summaryrefslogtreecommitdiffstats
path: root/sensors
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-04-06 12:15:23 -0700
committerSteven Moreland <smoreland@google.com>2017-04-06 15:01:59 -0700
commit3eb7df74b8eae5c902039d1b76402350715a0944 (patch)
treefef29970dae9d7d81cd8464e6112411bc741f3ce /sensors
parent4cb19c55b5d336a0cdbc584d8c4b240d1abe8f3e (diff)
downloadandroid_hardware_interfaces-3eb7df74b8eae5c902039d1b76402350715a0944.tar.gz
android_hardware_interfaces-3eb7df74b8eae5c902039d1b76402350715a0944.tar.bz2
android_hardware_interfaces-3eb7df74b8eae5c902039d1b76402350715a0944.zip
Fix transitive includes.
Files relying on transitive include of utils/Log.h (and things that it includes) from MQDescriptor.h Test: pass Change-Id: Iff316b21bef556bb026378b7f89e97ded3febef4
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 a65c7b86a..b3ac874be 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>