diff --git a/gatekeeperd/SoftGateKeeper.h b/gatekeeperd/SoftGateKeeper.h index cb02a6fc6..92d175290 100644 --- a/gatekeeperd/SoftGateKeeper.h +++ b/gatekeeperd/SoftGateKeeper.h @@ -26,8 +26,8 @@ extern "C" { } #include -#include #include +#include #include #include diff --git a/gatekeeperd/SoftGateKeeperDevice.h b/gatekeeperd/SoftGateKeeperDevice.h index 3463c29ff..229f9a9e6 100644 --- a/gatekeeperd/SoftGateKeeperDevice.h +++ b/gatekeeperd/SoftGateKeeperDevice.h @@ -19,7 +19,7 @@ #include "SoftGateKeeper.h" -#include +#include using namespace gatekeeper; diff --git a/gatekeeperd/tests/gatekeeper_test.cpp b/gatekeeperd/tests/gatekeeper_test.cpp index 47a8bfa9d..b3aea7b5d 100644 --- a/gatekeeperd/tests/gatekeeper_test.cpp +++ b/gatekeeperd/tests/gatekeeper_test.cpp @@ -19,7 +19,7 @@ #include #include -#include +#include #include "../SoftGateKeeper.h" diff --git a/libnativeloader/native_loader.cpp b/libnativeloader/native_loader.cpp index 36a2e44bd..7ccd7db95 100644 --- a/libnativeloader/native_loader.cpp +++ b/libnativeloader/native_loader.cpp @@ -15,7 +15,7 @@ */ #include "nativeloader/native_loader.h" -#include "ScopedUtfChars.h" +#include #include #ifdef __ANDROID__ diff --git a/trusty/keymaster/trusty_keymaster_device_test.cpp b/trusty/keymaster/trusty_keymaster_device_test.cpp index 3bb543015..e8f5c0b69 100644 --- a/trusty/keymaster/trusty_keymaster_device_test.cpp +++ b/trusty/keymaster/trusty_keymaster_device_test.cpp @@ -16,8 +16,8 @@ #include #include -#include #include +#include #include #include