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