Import phosphor-logging header files from new directory.
Phase2: Changing the phosphor-logging header files import from
base dir to files under phosphor-logging folder. Once all projects
import from the new dir, the files in the base dir will be deleted.
Change-Id: I54c8ac8d580883155499f3113d0e827643d98998
Signed-off-by: Saqib Khan <khansa@us.ibm.com>
diff --git a/utils.cpp b/utils.cpp
index 4226d44..1dbf594 100644
--- a/utils.cpp
+++ b/utils.cpp
@@ -1,6 +1,6 @@
#include "utils.hpp"
#include <sdbusplus/server.hpp>
-#include <log.hpp>
+#include <phosphor-logging/log.hpp>
#include <iostream>
namespace openpower