Removes header files from base dir of phosphor-logging
Note: The header files have been moved to the
phosphor-logging dir and all other repositories must
include the header files from there.
Resolves openbmc/openbmc#938
Change-Id: I0faf0545a42c571da93fe4f3731ee7c939e3aff8
Signed-off-by: Saqib Khan <khansa@us.ibm.com>
diff --git a/Makefile.am b/Makefile.am
index bf12174..d0b1de0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,9 +1,4 @@
# export these headers
-include_HEADERS = \
- phosphor-logging/log.hpp \
- phosphor-logging/elog.hpp \
- phosphor-logging/elog-errors-HostEvent.hpp
-
nobase_include_HEADERS = \
phosphor-logging/log.hpp \
phosphor-logging/elog.hpp \
diff --git a/test/elog_unittest.cpp b/test/elog_unittest.cpp
index cc14189..febccf9 100644
--- a/test/elog_unittest.cpp
+++ b/test/elog_unittest.cpp
@@ -1,4 +1,4 @@
-#include <elog.hpp>
+#include <phosphor-logging/elog.hpp>
#include <gtest/gtest.h>
// TODO - need to get gtest working in the SDK