commit | 1521f6d1178c30299f474cdcd3ed9a3052b13f92 | [log] [tgz] |
---|---|---|
author | Deepak Kodihalli <dkodihal@in.ibm.com> | Tue Jun 16 08:51:02 2020 -0500 |
committer | Deepak Kodihalli <dkodihal@in.ibm.com> | Fri Jun 19 06:26:43 2020 -0500 |
tree | 20ec41d9728f1c062cb62d4046316fda2677b22d | |
parent | ac19bd688c2b12b9e2bd2e412565515d13128ad1 [diff] [blame] |
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>