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/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