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: I7152da5f0737171b9919bd082b09aa8ce4761430
Signed-off-by: Saqib Khan <khansa@us.ibm.com>
diff --git a/bmc_state_manager.cpp b/bmc_state_manager.cpp
index 35a62e8..03026ff 100644
--- a/bmc_state_manager.cpp
+++ b/bmc_state_manager.cpp
@@ -1,6 +1,6 @@
#include <iostream>
#include <string>
-#include <log.hpp>
+#include <phosphor-logging/log.hpp>
#include "bmc_state_manager.hpp"
namespace phosphor