summaryrefslogtreecommitdiffstats
path: root/elog.cpp
diff options
context:
space:
mode:
authorSaqib Khan <khansa@us.ibm.com>2017-02-13 13:19:55 -0600
committerPatrick Williams <patrick@stwcx.xyz>2017-02-20 13:06:27 +0000
commit2bb15195dbed122ed327c2659f18323a8ed5c0f5 (patch)
treee01085f7b3e61be5f246699634579c710f8a31a7 /elog.cpp
parent17944e13e5d00d17427b5d49c6e84dbfd0033b45 (diff)
downloadphosphor-logging-2bb15195dbed122ed327c2659f18323a8ed5c0f5.tar.gz
phosphor-logging-2bb15195dbed122ed327c2659f18323a8ed5c0f5.zip
Moved log.hpp and elog.hpp to a folder under phosphor-logging
Now these files are copied to a folder under phosphor-logging, other repositories will need to be fixed. I'm leaving the files in the base dir as well until I work on fixing all projects that utilizes log.hpp and elog.hpp Change-Id: Ie4640852727c1572325e974548737bc70a6db7c2 Signed-off-by: Saqib Khan <khansa@us.ibm.com>
Diffstat (limited to 'elog.cpp')
-rw-r--r--elog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/elog.cpp b/elog.cpp
index 81d29ad..67196e7 100644
--- a/elog.cpp
+++ b/elog.cpp
@@ -1,4 +1,4 @@
-#include "elog.hpp"
+#include <phosphor-logging/elog.hpp>
namespace phosphor
{
OpenPOWER on IntegriCloud