From 23e024aec04a642c1dbf7f022467c8d687f11f86 Mon Sep 17 00:00:00 2001 From: Sasha Smundak Date: Thu, 31 Jan 2019 17:17:44 -0800 Subject: Explicitly include log/log.h instead of cutils/log.h Eliminates the warning. Test: treehugger Change-Id: I81ef6789d7609d5310c3da6a6dcf9b17eca2fa14 --- legacy_support/keymaster_passthrough_engine.cpp | 2 +- ng/AndroidKeymaster3Device.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy_support/keymaster_passthrough_engine.cpp b/legacy_support/keymaster_passthrough_engine.cpp index 7aa8908..bd8f5b4 100644 --- a/legacy_support/keymaster_passthrough_engine.cpp +++ b/legacy_support/keymaster_passthrough_engine.cpp @@ -28,7 +28,7 @@ #include #define LOG_TAG "Keymaster2Engine" -#include +#include using std::shared_ptr; using std::unique_ptr; diff --git a/ng/AndroidKeymaster3Device.cpp b/ng/AndroidKeymaster3Device.cpp index 93ef72b..da00d96 100644 --- a/ng/AndroidKeymaster3Device.cpp +++ b/ng/AndroidKeymaster3Device.cpp @@ -19,7 +19,7 @@ #include "include/AndroidKeymaster3Device.h" -#include +#include #include "include/authorization_set.h" -- cgit v1.2.3