summaryrefslogtreecommitdiff
path: root/simpleperf/cmd_record.cpp
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2018-11-12 12:58:06 -0800
committerMark Salyzyn <salyzyn@google.com>2018-11-14 13:55:36 -0800
commit499a017613cc4caa49aa61fe8b31238a49601109 (patch)
tree29b8ef7724fdadd8a9f7a2daa115d78706f0d4c3 /simpleperf/cmd_record.cpp
parent5c6f273632c3d2090c4fb1361499d4f9f867e1ec (diff)
downloadextras-499a017613cc4caa49aa61fe8b31238a49601109.tar.gz
switch to using android-base/file.h instead of android-base/test_utils.h
Test: compile Bug: 119313545 Change-Id: I664fb32522d01909c603d7b903475c4e9aea9223
Diffstat (limited to 'simpleperf/cmd_record.cpp')
-rw-r--r--simpleperf/cmd_record.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/simpleperf/cmd_record.cpp b/simpleperf/cmd_record.cpp
index db21d4cb..82b734c0 100644
--- a/simpleperf/cmd_record.cpp
+++ b/simpleperf/cmd_record.cpp
@@ -32,7 +32,6 @@
#include <android-base/file.h>
#include <android-base/parseint.h>
#include <android-base/strings.h>
-#include <android-base/test_utils.h>
#if defined(__ANDROID__)
#include <android-base/properties.h>
#endif