pldmd: code re-org

Move code specific to the pldm main app to its own directory.

Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
Change-Id: I9341ebb02b7fcf8f62fbbe922e1fa6fe3fbcb9ec
diff --git a/test/pldmd_registration_test.cpp b/test/pldmd_registration_test.cpp
index 37339c3..af709e3 100644
--- a/test/pldmd_registration_test.cpp
+++ b/test/pldmd_registration_test.cpp
@@ -1,6 +1,6 @@
 #include "libpldm/base.h"
 
-#include "invoker.hpp"
+#include "pldmd/invoker.hpp"
 
 #include <stdexcept>