aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2018-11-14 15:19:53 -0800
committerMark Salyzyn <salyzyn@google.com>2018-11-14 15:46:49 -0800
commitba1a723ad111018a1de7992032dabef8c87b15d7 (patch)
tree8e83fddc57fb9431f66fbf966de612d3c83ffc58 /benchmarks
parentf1e657cdff25541959e1a81e0894bc4245d8e9d1 (diff)
downloadandroid_bionic-ba1a723ad111018a1de7992032dabef8c87b15d7.tar.gz
android_bionic-ba1a723ad111018a1de7992032dabef8c87b15d7.tar.bz2
android_bionic-ba1a723ad111018a1de7992032dabef8c87b15d7.zip
switch to using android-base/file.h instead of android-base/test_utils.h
Test: compile Bug: 119313545 Change-Id: I664fb32522d01909c603d7b903475c4e9aea9223
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/property_benchmark.cpp2
-rw-r--r--benchmarks/stdio_benchmark.cpp2
2 files changed, 2 insertions, 2 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"