summaryrefslogtreecommitdiffstats
path: root/automotive/evs/1.0/vts/functional/VtsEvsV1_0TargetTest.cpp
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 /automotive/evs/1.0/vts/functional/VtsEvsV1_0TargetTest.cpp
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 'automotive/evs/1.0/vts/functional/VtsEvsV1_0TargetTest.cpp')
-rw-r--r--automotive/evs/1.0/vts/functional/VtsEvsV1_0TargetTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/automotive/evs/1.0/vts/functional/VtsEvsV1_0TargetTest.cpp b/automotive/evs/1.0/vts/functional/VtsEvsV1_0TargetTest.cpp
index 6a0ae48ce..50b6581fa 100644
--- a/automotive/evs/1.0/vts/functional/VtsEvsV1_0TargetTest.cpp
+++ b/automotive/evs/1.0/vts/functional/VtsEvsV1_0TargetTest.cpp
@@ -37,10 +37,10 @@ static const float kNanoToSeconds = 0.000000001f;
#include <string.h>
#include <hidl/HidlTransportSupport.h>
+#include <hwbinder/ProcessState.h>
+#include <log/log.h>
#include <utils/Errors.h>
#include <utils/StrongPointer.h>
-#include <utils/Log.h>
-#include <hwbinder/ProcessState.h>
#include <android/log.h>
#include <android/hardware/automotive/evs/1.0/IEvsCamera.h>