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>
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"