summaryrefslogtreecommitdiff
path: root/simpleperf/JITDebugReader.h
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/JITDebugReader.h
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/JITDebugReader.h')
-rw-r--r--simpleperf/JITDebugReader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/simpleperf/JITDebugReader.h b/simpleperf/JITDebugReader.h
index 73566f6b..15d03a02 100644
--- a/simpleperf/JITDebugReader.h
+++ b/simpleperf/JITDebugReader.h
@@ -27,8 +27,8 @@
#include <unordered_set>
#include <vector>
+#include <android-base/file.h>
#include <android-base/logging.h>
-#include <android-base/test_utils.h>
#include "IOEventLoop.h"
#include "record.h"