diff --git a/cmds/incident_helper/tests/ih_util_test.cpp b/cmds/incident_helper/tests/ih_util_test.cpp index efe714d98b18b..670881a96caba 100644 --- a/cmds/incident_helper/tests/ih_util_test.cpp +++ b/cmds/incident_helper/tests/ih_util_test.cpp @@ -17,7 +17,6 @@ #include "ih_util.h" #include -#include #include #include #include diff --git a/cmds/incidentd/tests/FdBuffer_test.cpp b/cmds/incidentd/tests/FdBuffer_test.cpp index 9d208dffdca6b..3f92c2a183287 100644 --- a/cmds/incidentd/tests/FdBuffer_test.cpp +++ b/cmds/incidentd/tests/FdBuffer_test.cpp @@ -17,13 +17,13 @@ #include "FdBuffer.h" #include "incidentd_util.h" -#include -#include #include -#include #include #include +#include +#include + using namespace android; using namespace android::base; using namespace android::os::incidentd; diff --git a/cmds/incidentd/tests/Reporter_test.cpp b/cmds/incidentd/tests/Reporter_test.cpp index 108690844280a..f54f738fb62b0 100644 --- a/cmds/incidentd/tests/Reporter_test.cpp +++ b/cmds/incidentd/tests/Reporter_test.cpp @@ -19,12 +19,12 @@ #include #include -#include -#include #include +#include + +#include #include #include -#include using namespace android; using namespace android::base; @@ -197,4 +197,4 @@ TEST_F(ReporterTest, ReportMetadata) { EXPECT_EQ(1, metadata.request_size()); EXPECT_TRUE(metadata.use_dropbox()); EXPECT_EQ(0, metadata.sections_size()); -} \ No newline at end of file +} diff --git a/cmds/incidentd/tests/Throttler_test.cpp b/cmds/incidentd/tests/Throttler_test.cpp index 8488c995c0fa8..b35228c092530 100644 --- a/cmds/incidentd/tests/Throttler_test.cpp +++ b/cmds/incidentd/tests/Throttler_test.cpp @@ -16,7 +16,6 @@ #include "Throttler.h" -#include #include #include diff --git a/tools/aapt2/io/FileStream_test.cpp b/tools/aapt2/io/FileStream_test.cpp index 7872738320c3d..cc9cd2808a0c9 100644 --- a/tools/aapt2/io/FileStream_test.cpp +++ b/tools/aapt2/io/FileStream_test.cpp @@ -18,7 +18,6 @@ #include "android-base/file.h" #include "android-base/macros.h" -#include "android-base/test_utils.h" #include "test/Test.h"