summaryrefslogtreecommitdiffstats
path: root/adf
diff options
context:
space:
mode:
authorMark Salyzyn2016-09-28 12:07:20 -0500
committerMark Salyzyn2016-09-30 14:47:05 -0500
commit66ce3e08c5632a20ea66bde6dd76397041edf034 (patch)
treee77589e0f6c62e8ac1c8faabe2d9dd2934d3ecee /adf
parent0dd4431072cce3c62876b728cb20aa5b77b11a8d (diff)
downloadplatform-system-core-66ce3e08c5632a20ea66bde6dd76397041edf034.tar.gz
platform-system-core-66ce3e08c5632a20ea66bde6dd76397041edf034.tar.xz
platform-system-core-66ce3e08c5632a20ea66bde6dd76397041edf034.zip
system/core Replace cutils/log.h with android/log.h
Should use android/log.h instead of cutils/log.h as a good example to all others. Adjust header order to comply with Android Coding standards. Test: Compile Bug: 26552300 Bug: 31289077 Change-Id: I2c9cbbbd64d8dccf2d44356361d9742e4a9b9031
Diffstat (limited to 'adf')
-rw-r--r--adf/libadfhwc/adfhwc.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/adf/libadfhwc/adfhwc.cpp b/adf/libadfhwc/adfhwc.cpp
index 21f245ed0..7d5b55514 100644
--- a/adf/libadfhwc/adfhwc.cpp
+++ b/adf/libadfhwc/adfhwc.cpp
@@ -20,12 +20,12 @@
20#include <pthread.h> 20#include <pthread.h>
21#include <sys/resource.h> 21#include <sys/resource.h>
22 22
23#include <android/log.h>
24#include <utils/Vector.h>
25
23#include <adf/adf.h> 26#include <adf/adf.h>
24#include <adfhwc/adfhwc.h> 27#include <adfhwc/adfhwc.h>
25 28
26#include <cutils/log.h>
27#include <utils/Vector.h>
28
29struct adf_hwc_helper { 29struct adf_hwc_helper {
30 adf_hwc_event_callbacks const *event_cb; 30 adf_hwc_event_callbacks const *event_cb;
31 void *event_cb_data; 31 void *event_cb_data;