commit | 25e39c84f7448f39b34e3e28141c3673b36b1c1b | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Jul 12 01:00:17 2021 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Thu Jul 15 04:11:05 2021 -0500 |
tree | a77c8267407b46c7d006ba511837c7155b3e52bb | |
parent | 6552de05051ceeb34a35d3ca9a998eaa7c0cf566 [diff] [blame] |
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/proc_pre_poweroff.cpp b/procedures/phal/proc_pre_poweroff.cpp index 658b446..1293080 100644 --- a/procedures/phal/proc_pre_poweroff.cpp +++ b/procedures/phal/proc_pre_poweroff.cpp
@@ -1,5 +1,5 @@ +#include "extensions/phal/common_utils.hpp" #include "extensions/phal/phal_error.hpp" -#include "procedures/phal/common_utils.hpp" #include "registration.hpp" #include <libekb.H>