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/camera/device/3.2/default/CameraDevice.cpp b/camera/device/3.2/default/CameraDevice.cpp index a742335..637a1e6 100644 --- a/camera/device/3.2/default/CameraDevice.cpp +++ b/camera/device/3.2/default/CameraDevice.cpp
@@ -15,7 +15,7 @@ */ #define LOG_TAG "CamDev@3.2-impl" -#include <utils/Log.h> +#include <log/log.h> #include <utils/Vector.h> #include <utils/Trace.h>