commit | 0e9aae5d7e28a1a629a65fd5d767c1695acefdaa | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Thu Aug 13 13:07:09 2020 -0700 |
committer | Patrick Venture <venture@google.com> | Thu Aug 13 13:23:04 2020 -0700 |
tree | d9c7731ddb1069d0f5e93eea1cc85efec7c55cc7 | |
parent | eff1f2eb46710ee34f7de7c9781b47bd5b946a54 [diff] [blame] |
split the commands out Split the commands out to avoid conflicts in multiple definitions of IPMI_CC_OK, etc, in a different environment. Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I1f3a0214b4f6f6417a5649b0fc2d297119f8ad88
diff --git a/pcie_i2c.cpp b/pcie_i2c.cpp index 989ef41..c587c76 100644 --- a/pcie_i2c.cpp +++ b/pcie_i2c.cpp
@@ -16,7 +16,7 @@ #include "pcie_i2c.hpp" -#include "ipmi.hpp" +#include "commands.hpp" #include <cstdint> #include <cstring>