summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSasha Smundak <asmundak@google.com>2019-01-31 17:18:27 -0800
committerSasha Smundak <asmundak@google.com>2019-01-31 17:18:27 -0800
commitb41d1a0a749011d3e39a6e9073796104f6db2c3a (patch)
treeb621580aee9917f641c038dc430b78d24a0d8aff
parent3d7f02b0eebd4b893e88bee9e7ebfee594411b46 (diff)
downloadlibhardware-b41d1a0a749011d3e39a6e9073796104f6db2c3a.tar.gz
Explicitly include log/log.h instead of cutils/log.h
Eliminates the warning. Test: treehugger Change-Id: I567d8fea169e688165ede1fb35d1338c565e3645
-rw-r--r--modules/sensors/multihal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sensors/multihal.cpp b/modules/sensors/multihal.cpp
index a1f01046..f41d72fb 100644
--- a/modules/sensors/multihal.cpp
+++ b/modules/sensors/multihal.cpp
@@ -18,7 +18,7 @@
#include "multihal.h"
#define LOG_NDEBUG 1
-#include <cutils/log.h>
+#include <log/log.h>
#include <cutils/atomic.h>
#include <hardware/sensors.h>