commit | 3eb7df74b8eae5c902039d1b76402350715a0944 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Thu Apr 06 12:15:23 2017 -0700 |
committer | Steven Moreland <smoreland@google.com> | Thu Apr 06 15:01:59 2017 -0700 |
tree | fef29970dae9d7d81cd8464e6112411bc741f3ce | |
parent | 4cb19c55b5d336a0cdbc584d8c4b240d1abe8f3e [diff] [blame] |
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
diff --git a/usb/1.0/vts/functional/VtsHalUsbV1_0TargetTest.cpp b/usb/1.0/vts/functional/VtsHalUsbV1_0TargetTest.cpp index ea6d4a9..b77398f 100644 --- a/usb/1.0/vts/functional/VtsHalUsbV1_0TargetTest.cpp +++ b/usb/1.0/vts/functional/VtsHalUsbV1_0TargetTest.cpp
@@ -22,6 +22,7 @@ #include <android/hardware/usb/1.0/types.h> #include <VtsHalHidlTargetTestBase.h> +#include <log/log.h> #include <stdlib.h> #include <chrono> #include <condition_variable>