summaryrefslogtreecommitdiffstats
path: root/apphandler.cpp
diff options
context:
space:
mode:
authorVernon Mauery <vernon.mauery@linux.intel.com>2019-03-12 16:49:26 -0700
committerVernon Mauery <vernon.mauery@linux.intel.com>2019-03-25 16:18:21 +0000
commit3325024067487320abddbf0ffb5a528b1743122a (patch)
tree715748d4da0eda64181464e215c749e6f15c90a0 /apphandler.cpp
parent6a98fe7fd233813f3875d4a8c565234418a41f33 (diff)
downloadphosphor-host-ipmid-3325024067487320abddbf0ffb5a528b1743122a.tar.gz
phosphor-host-ipmid-3325024067487320abddbf0ffb5a528b1743122a.zip
move types.hpp to ipmid/types.hpp for export
types.hpp is required by utility.hpp, which is exported, so it needs to be exported as well. This moves it to the include/libipmid directory, changes the Makefile to export it, and changes all the files that include it so it can be found in the right place. Change-Id: I30ec365446e4de466c266ec4faa327478460ec05 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
Diffstat (limited to 'apphandler.cpp')
-rw-r--r--apphandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/apphandler.cpp b/apphandler.cpp
index 0993139..bb7e192 100644
--- a/apphandler.cpp
+++ b/apphandler.cpp
@@ -5,7 +5,6 @@
#include "ipmid.hpp"
#include "sys_info_param.hpp"
#include "transporthandler.hpp"
-#include "types.hpp"
#include <arpa/inet.h>
#include <ipmid/api.h>
@@ -18,6 +17,7 @@
#include <array>
#include <cstddef>
#include <fstream>
+#include <ipmid/types.hpp>
#include <ipmid/utils.hpp>
#include <memory>
#include <nlohmann/json.hpp>
OpenPOWER on IntegriCloud