summaryrefslogtreecommitdiff
path: root/simpleperf/dso_test.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/dso_test.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/dso_test.cpp')
-rw-r--r--simpleperf/dso_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/simpleperf/dso_test.cpp b/simpleperf/dso_test.cpp
index a9479c8e..e1265754 100644
--- a/simpleperf/dso_test.cpp
+++ b/simpleperf/dso_test.cpp
@@ -20,7 +20,6 @@
#include <android-base/file.h>
#include <android-base/stringprintf.h>
-#include <android-base/test_utils.h>
#include "get_test_data.h"
#include "read_apk.h"