power: Use log/log.h instead of utils/Log.h

Change-Id: I827c7f5ab27548eec8d6e4ee27a72fa883025002
diff --git a/Power.cpp b/Power.cpp
index 81c0a85..11e0c21 100644
--- a/Power.cpp
+++ b/Power.cpp
@@ -29,8 +29,7 @@
 
 #define LOG_TAG "QTI PowerHAL"
 
-#include <android/log.h>
-#include <utils/Log.h>
+#include <log/log.h>
 #include "Power.h"
 #include "power-common.h"