summaryrefslogtreecommitdiffstats
path: root/thermal
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2017-01-12 18:58:25 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-01-12 18:58:25 +0000
commit2cfe8fcb2bd21df75828ea7f922e9ec6381eb2e7 (patch)
tree4290ad11b86122eacb61112d7cef274417551298 /thermal
parent4c48e652f7f67d9bc622fef4051e0e810ce3ede0 (diff)
parent3ff5260601184d52a8c9a028d6a3af150d2a6757 (diff)
downloadplatform_hardware_interfaces-2cfe8fcb2bd21df75828ea7f922e9ec6381eb2e7.tar.gz
platform_hardware_interfaces-2cfe8fcb2bd21df75828ea7f922e9ec6381eb2e7.tar.bz2
platform_hardware_interfaces-2cfe8fcb2bd21df75828ea7f922e9ec6381eb2e7.zip
Merge "liblog: use log/log.h when utilizing ALOG macros"
Diffstat (limited to 'thermal')
-rw-r--r--thermal/1.0/default/Thermal.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/thermal/1.0/default/Thermal.cpp b/thermal/1.0/default/Thermal.cpp
index 580b54020e..8a8ad0a423 100644
--- a/thermal/1.0/default/Thermal.cpp
+++ b/thermal/1.0/default/Thermal.cpp
@@ -15,12 +15,15 @@
*/
#define LOG_TAG "android.hardware.thermal@1.0-impl"
-#include <android/log.h>
#include <errno.h>
+
+#include <vector>
+
+#include <log/log.h>
+
#include <hardware/hardware.h>
#include <hardware/thermal.h>
-#include <vector>
#include "Thermal.h"