summaryrefslogtreecommitdiffstats
path: root/vr
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 22:04:05 +0000
commit4e7a3077309d33a21b08e9380573019cc7a8cffb (patch)
tree2efcdaaefc18ef56bc6e5b8ac4ff72199a78646d /vr
parent69571ba233d8da5b5d8e9fd6704b65f916363926 (diff)
downloadandroid_hardware_interfaces-4e7a3077309d33a21b08e9380573019cc7a8cffb.tar.gz
android_hardware_interfaces-4e7a3077309d33a21b08e9380573019cc7a8cffb.tar.bz2
android_hardware_interfaces-4e7a3077309d33a21b08e9380573019cc7a8cffb.zip
Fix transitive includes.
Files relying on transitive include of utils/Log.h (and things that it includes) from MQDescriptor.h Test: pass Merged-In: Iff316b21bef556bb026378b7f89e97ded3febef4 Change-Id: Iff316b21bef556bb026378b7f89e97ded3febef4
Diffstat (limited to 'vr')
-rw-r--r--vr/1.0/vts/functional/VtsHalVrV1_0TargetTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/vr/1.0/vts/functional/VtsHalVrV1_0TargetTest.cpp b/vr/1.0/vts/functional/VtsHalVrV1_0TargetTest.cpp
index a9837318d..23f4c71df 100644
--- a/vr/1.0/vts/functional/VtsHalVrV1_0TargetTest.cpp
+++ b/vr/1.0/vts/functional/VtsHalVrV1_0TargetTest.cpp
@@ -15,11 +15,11 @@
*/
#define LOG_TAG "vr_hidl_hal_test"
+#include <VtsHalHidlTargetTestBase.h>
#include <android-base/logging.h>
#include <android/hardware/vr/1.0/IVr.h>
-#include <android/log.h>
-#include <VtsHalHidlTargetTestBase.h>
#include <hardware/vr.h>
+#include <log/log.h>
using ::android::hardware::vr::V1_0::IVr;
using ::android::hardware::Return;