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] [blame] |
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/oem/ibm/libpldmresponder/platform_oem_ibm.hpp b/oem/ibm/libpldmresponder/platform_oem_ibm.hpp index 13ec2d5..e728282 100644 --- a/oem/ibm/libpldmresponder/platform_oem_ibm.hpp +++ b/oem/ibm/libpldmresponder/platform_oem_ibm.hpp
@@ -1,6 +1,6 @@ #pragma once -#include "pldmd/instance_id.hpp" +#include "common/instance_id.hpp" #include "requester/handler.hpp" #include <vector>