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

Change-Id: I827c7f5ab27548eec8d6e4ee27a72fa883025002
This commit is contained in:
Ethan Chen
2018-03-01 21:31:15 -08:00
committed by Michael Bestas
parent 0b6459f08e
commit 48bfafcf39
12 changed files with 11 additions and 12 deletions

View File

@@ -41,7 +41,7 @@
#define LOG_TAG "QTI PowerHAL"
#include <hardware/hardware.h>
#include <hardware/power.h>
#include <utils/Log.h>
#include <log/log.h>
#include "hint-data.h"
#include "performance.h"