summaryrefslogtreecommitdiffstats
path: root/sensors
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2017-04-06 23:36:12 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-04-06 23:36:13 +0000
commit04b10ccc41fc0290759986840e781b948757a6b5 (patch)
treef57e7f6415e8c34f56637fe1f66000cac456cfe4 /sensors
parent139bc621459791d5f0d4fd734be39160e55b77e1 (diff)
parent3eb7df74b8eae5c902039d1b76402350715a0944 (diff)
downloadandroid_hardware_interfaces-04b10ccc41fc0290759986840e781b948757a6b5.tar.gz
android_hardware_interfaces-04b10ccc41fc0290759986840e781b948757a6b5.tar.bz2
android_hardware_interfaces-04b10ccc41fc0290759986840e781b948757a6b5.zip
Merge "Fix transitive includes."
Diffstat (limited to 'sensors')
-rw-r--r--sensors/1.0/vts/functional/VtsHalSensorsV1_0TargetTest.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/sensors/1.0/vts/functional/VtsHalSensorsV1_0TargetTest.cpp b/sensors/1.0/vts/functional/VtsHalSensorsV1_0TargetTest.cpp
index 14c4a2a34..f757a64bb 100644
--- a/sensors/1.0/vts/functional/VtsHalSensorsV1_0TargetTest.cpp
+++ b/sensors/1.0/vts/functional/VtsHalSensorsV1_0TargetTest.cpp
@@ -15,14 +15,14 @@
*/
#define LOG_TAG "sensors_hidl_hal_test"
+#include <VtsHalHidlTargetTestBase.h>
#include <android-base/logging.h>
#include <android/hardware/sensors/1.0/ISensors.h>
#include <android/hardware/sensors/1.0/types.h>
-#include <android/log.h>
#include <cutils/ashmem.h>
+#include <hardware/sensors.h> // for sensor type strings
+#include <log/log.h>
#include <utils/SystemClock.h>
-#include <VtsHalHidlTargetTestBase.h>
-#include <hardware/sensors.h> // for sensor type strings
#include <algorithm>
#include <cinttypes>