diff options
Diffstat (limited to 'gatekeeperd/gatekeeperd.cpp')
-rw-r--r-- | gatekeeperd/gatekeeperd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gatekeeperd/gatekeeperd.cpp b/gatekeeperd/gatekeeperd.cpp index 4107f553e..d4a92e57d 100644 --- a/gatekeeperd/gatekeeperd.cpp +++ b/gatekeeperd/gatekeeperd.cpp @@ -24,7 +24,6 @@ #include <stdint.h> #include <unistd.h> -#include <android/log.h> #include <binder/IPCThreadState.h> #include <binder/IServiceManager.h> #include <binder/PermissionCache.h> @@ -33,6 +32,7 @@ #include <hardware/hw_auth_token.h> #include <keystore/IKeystoreService.h> #include <keystore/keystore.h> // For error code +#include <log/log.h> #include <utils/Log.h> #include <utils/String16.h> |