summaryrefslogtreecommitdiffstats
path: root/tools
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 /tools
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 'tools')
-rw-r--r--tools/phosphor-logging/templates/elog-gen-template.mako.hpp2
-rw-r--r--tools/phosphor-logging/templates/elog-lookup-template.mako.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/phosphor-logging/templates/elog-gen-template.mako.hpp b/tools/phosphor-logging/templates/elog-gen-template.mako.hpp
index b0dec60..f0b0818 100644
--- a/tools/phosphor-logging/templates/elog-gen-template.mako.hpp
+++ b/tools/phosphor-logging/templates/elog-gen-template.mako.hpp
@@ -7,7 +7,7 @@
#include <string>
#include <tuple>
#include <type_traits>
-#include "log.hpp"
+#include <phosphor-logging/log.hpp>
namespace phosphor
{
diff --git a/tools/phosphor-logging/templates/elog-lookup-template.mako.cpp b/tools/phosphor-logging/templates/elog-lookup-template.mako.cpp
index 8e022ce..822d91d 100644
--- a/tools/phosphor-logging/templates/elog-lookup-template.mako.cpp
+++ b/tools/phosphor-logging/templates/elog-lookup-template.mako.cpp
@@ -4,7 +4,7 @@
// See elog-gen.py for more details
#include <map>
#include <vector>
-#include "log.hpp"
+#include <phosphor-logging/log.hpp>
namespace phosphor
{
OpenPOWER on IntegriCloud