commit | 2abbce76d005520fe066ae45828d686fca30366d | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@codeconstruct.com.au> | Wed Oct 18 10:17:35 2023 +1030 |
committer | Andrew Jeffery <andrew@codeconstruct.com.au> | Thu Oct 19 04:06:40 2023 +0000 |
tree | 7f1f3fe6d571761976d16fad55f37f468675be93 | |
parent | 68a525e2b334e0b7c5e6e8696032a84b7a7bc57b [diff] |
InstanceIdDb: Move header from pldmd/ to common/ The header is used across all executables produced by the project, which makes it "common". Change-Id: I022b179fad1de8dba2ef39fd33bc240ec73a2d33 Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
diff --git a/libpldmresponder/test/libpldmresponder_base_test.cpp b/libpldmresponder/test/libpldmresponder_base_test.cpp index 8931f0c..f056ec8 100644 --- a/libpldmresponder/test/libpldmresponder_base_test.cpp +++ b/libpldmresponder/test/libpldmresponder_base_test.cpp
@@ -1,6 +1,6 @@ +#include "common/instance_id.hpp" #include "common/utils.hpp" #include "libpldmresponder/base.hpp" -#include "pldmd/instance_id.hpp" #include "test/test_instance_id.hpp" #include <libpldm/base.h>