React to logging manager path change

Change-Id: Ic75d30d88d74cd8a7ff85a4a526c85aa20b373a9
Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
diff --git a/elog.cpp b/elog.cpp
index 67196e7..7cb0fd2 100644
--- a/elog.cpp
+++ b/elog.cpp
@@ -1,3 +1,4 @@
+#include "config.h"
 #include <phosphor-logging/elog.hpp>
 
 namespace phosphor
@@ -11,7 +12,6 @@
     constexpr auto MAPPER_PATH = "/xyz/openbmc_project/ObjectMapper";
     constexpr auto MAPPER_INTERFACE = "xyz.openbmc_project.ObjectMapper";
 
-    constexpr auto OBJ_INTERNAL("/xyz/openbmc_project/Logging/Internal/Manager");
     constexpr auto IFACE_INTERNAL("xyz.openbmc_project.Logging.Internal.Manager");
 
     // Transaction id is located at the end of the string separated by a period.