common: code re-org
Move common files under a common/ directory.
Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
Change-Id: I0eaf91d4ee94c1e78228da0c50892f82e91912fa
diff --git a/pldmd/pldmd.cpp b/pldmd/pldmd.cpp
index ed7e80e..b2912bc 100644
--- a/pldmd/pldmd.cpp
+++ b/pldmd/pldmd.cpp
@@ -3,6 +3,7 @@
#include "libpldm/pdr.h"
#include "libpldm/platform.h"
+#include "common/utils.hpp"
#include "dbus_impl_pdr.hpp"
#include "dbus_impl_requester.hpp"
#include "host-bmc/dbus_to_host_effecters.hpp"
@@ -12,7 +13,6 @@
#include "libpldmresponder/bios.hpp"
#include "libpldmresponder/fru.hpp"
#include "libpldmresponder/platform.hpp"
-#include "utils.hpp"
#include <err.h>
#include <getopt.h>