diff options
author | Saqib Khan <khansa@us.ibm.com> | 2017-02-20 15:23:27 -0600 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2017-02-22 22:11:43 +0000 |
commit | d33a4afaf58baaa985017864f2cf6a7fd767690d (patch) | |
tree | 1bf275c8fd67e28fa6fc057bd473ff08cb2e73cd | |
parent | 51cb8eef48ffc2bbe165cb276a38c391b4185704 (diff) | |
download | phosphor-host-ipmid-d33a4afaf58baaa985017864f2cf6a7fd767690d.tar.gz phosphor-host-ipmid-d33a4afaf58baaa985017864f2cf6a7fd767690d.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: If45e9d29056c66e2c4b03a6ca20580f30b69741f
Signed-off-by: Saqib Khan <khansa@us.ibm.com>
-rw-r--r-- | storageaddsel.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/storageaddsel.cpp b/storageaddsel.cpp index 6ec9d49..dea892c 100644 --- a/storageaddsel.cpp +++ b/storageaddsel.cpp @@ -8,8 +8,8 @@ #include <memory> #include <systemd/sd-bus.h> #include <mapper.h> -#include <elog.hpp> -#include <elog-errors-HostEvent.hpp> +#include <phosphor-logging/elog.hpp> +#include <phosphor-logging/elog-errors-HostEvent.hpp> #include "host-ipmid/ipmid-api.h" #include "sensorhandler.h" #include "storagehandler.h" |