summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaqib Khan <khansa@us.ibm.com>2017-02-20 15:36:11 -0600
committerSaqib Khan <khansa@us.ibm.com>2017-02-20 15:36:39 -0600
commit101d837cd7a1b66cee6f7d4da63f78f876f42046 (patch)
tree361180ee613a53593d1571a724efdd7d1b9589fb
parent79ccaf779deebb20e10d9ea99945bb9734195ddc (diff)
downloadphosphor-inventory-manager-101d837cd7a1b66cee6f7d4da63f78f876f42046.tar.gz
phosphor-inventory-manager-101d837cd7a1b66cee6f7d4da63f78f876f42046.zip
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>
-rw-r--r--errors.cpp2
-rw-r--r--manager.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/errors.cpp b/errors.cpp
index af02d5b..69d00ed 100644
--- a/errors.cpp
+++ b/errors.cpp
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-#include <log.hpp>
+#include <phosphor-logging/log.hpp>
#include "errors.hpp"
namespace phosphor
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"
OpenPOWER on IntegriCloud