diff options
author | Steven Moreland <smoreland@google.com> | 2017-04-06 12:15:23 -0700 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2017-04-06 22:04:05 +0000 |
commit | 4e7a3077309d33a21b08e9380573019cc7a8cffb (patch) | |
tree | 2efcdaaefc18ef56bc6e5b8ac4ff72199a78646d /drm/1.0/default/CryptoPlugin.cpp | |
parent | 69571ba233d8da5b5d8e9fd6704b65f916363926 (diff) |
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 'drm/1.0/default/CryptoPlugin.cpp')
-rw-r--r-- | drm/1.0/default/CryptoPlugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drm/1.0/default/CryptoPlugin.cpp b/drm/1.0/default/CryptoPlugin.cpp index 5e5b5a7fe9..591861aeec 100644 --- a/drm/1.0/default/CryptoPlugin.cpp +++ b/drm/1.0/default/CryptoPlugin.cpp @@ -20,8 +20,8 @@ #include <android/hidl/memory/1.0/IMemory.h> #include <hidlmemory/mapping.h> +#include <log/log.h> #include <media/stagefright/foundation/AString.h> -#include <utils/Log.h> using android::hardware::hidl_memory; using android::hidl::memory::V1_0::IMemory; |