Include what you use

This doesn't need utils/Log.h, only log/log.h (and liblog)

Bug: 33241851
Test: m -j libpower
Merged-In: I21b08203fad51902d4a0f6172b4321b8b701ec47
Change-Id: I21b08203fad51902d4a0f6172b4321b8b701ec47
This commit is contained in:
Dan Willemsen 2017-04-07 14:15:02 -07:00 committed by Steven Moreland
parent c99381fff4
commit 24230cd423
2 changed files with 2 additions and 2 deletions

View file

@ -5,5 +5,5 @@ cc_library {
srcs: ["power/power.c"],
export_include_dirs: ["include"],
shared_libs: ["libcutils"],
shared_libs: ["libcutils", "liblog"],
}

View file

@ -26,7 +26,7 @@
#include <pthread.h>
#define LOG_TAG "power"
#include <utils/Log.h>
#include <log/log.h>
enum {
ACQUIRE_PARTIAL_WAKE_LOCK = 0,