phal: move common_utils.cpp to extensions/phal

tested: verified build

Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
Change-Id: Ib34b0ed54010cf9e4cc2d56bfaccdf23db28b11f
diff --git a/procedures/phal/start_host.cpp b/procedures/phal/start_host.cpp
index d6b0b40..6e3f683 100644
--- a/procedures/phal/start_host.cpp
+++ b/procedures/phal/start_host.cpp
@@ -5,8 +5,8 @@
 
 #include "attributes_info.H"
 
+#include "extensions/phal/common_utils.hpp"
 #include "extensions/phal/phal_error.hpp"
-#include "procedures/phal/common_utils.hpp"
 #include "util.hpp"
 
 #include <fmt/format.h>