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: I579553e1ce2ececaf9d7207eed35728fdb11fe7c
Signed-off-by: Saqib Khan <khansa@us.ibm.com>
diff --git a/manager.cpp b/manager.cpp
index 820eb62..0c278ab 100644
--- a/manager.cpp
+++ b/manager.cpp
@@ -17,7 +17,7 @@
#include <exception>
#include <chrono>
#include <algorithm>
-#include <log.hpp>
+#include <phosphor-logging/log.hpp>
#include "manager.hpp"
#include "errors.hpp"