diff options
-rw-r--r-- | benchmarks/property_benchmark.cpp | 2 | ||||
-rw-r--r-- | benchmarks/stdio_benchmark.cpp | 2 | ||||
-rw-r--r-- | linker/tests/linker_config_test.cpp | 3 | ||||
-rw-r--r-- | tests/system_properties_test.cpp | 2 |
4 files changed, 4 insertions, 5 deletions
diff --git a/benchmarks/property_benchmark.cpp b/benchmarks/property_benchmark.cpp index 9251a05fd..77814bf8a 100644 --- a/benchmarks/property_benchmark.cpp +++ b/benchmarks/property_benchmark.cpp @@ -21,7 +21,7 @@ #include <string> -#include <android-base/test_utils.h> +#include <android-base/file.h> using namespace std::literals; diff --git a/benchmarks/stdio_benchmark.cpp b/benchmarks/stdio_benchmark.cpp index 21d9dc002..037bbd911 100644 --- a/benchmarks/stdio_benchmark.cpp +++ b/benchmarks/stdio_benchmark.cpp @@ -20,7 +20,7 @@ #include <stdio_ext.h> #include <stdlib.h> -#include <android-base/test_utils.h> +#include <android-base/file.h> #include <benchmark/benchmark.h> #include "util.h" diff --git a/linker/tests/linker_config_test.cpp b/linker/tests/linker_config_test.cpp index 926035132..14fd132bc 100644 --- a/linker/tests/linker_config_test.cpp +++ b/linker/tests/linker_config_test.cpp @@ -37,10 +37,9 @@ #include <unistd.h> +#include <android-base/file.h> #include <android-base/scopeguard.h> #include <android-base/stringprintf.h> -#include <android-base/file.h> -#include <android-base/test_utils.h> #if defined(__LP64__) #define ARCH_SUFFIX "64" diff --git a/tests/system_properties_test.cpp b/tests/system_properties_test.cpp index 949019fc0..3b5089664 100644 --- a/tests/system_properties_test.cpp +++ b/tests/system_properties_test.cpp @@ -24,7 +24,7 @@ #include <string> #include <thread> -#include <android-base/test_utils.h> +#include <android-base/file.h> using namespace std::literals; |