summaryrefslogtreecommitdiff
path: root/cmds/incident_helper
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2018-11-14 15:13:39 -0800
committerMark Salyzyn <salyzyn@google.com>2018-11-14 15:54:32 -0800
commitd100107806bc02f8f9866790e0df8975d4764d4a (patch)
treee6ac242f964ae0fc24cd60dee7417e7b7ee22e8a /cmds/incident_helper
parent7751045a3aede1e938a1ab0a390db25bb3fafa0b (diff)
switch to using android-base/file.h instead of android-base/test_utils.h
Test: compile Bug: 119313545 Change-Id: I664fb32522d01909c603d7b903475c4e9aea9223
Diffstat (limited to 'cmds/incident_helper')
-rw-r--r--cmds/incident_helper/tests/ih_util_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmds/incident_helper/tests/ih_util_test.cpp b/cmds/incident_helper/tests/ih_util_test.cpp
index efe714d98b18..670881a96cab 100644
--- a/cmds/incident_helper/tests/ih_util_test.cpp
+++ b/cmds/incident_helper/tests/ih_util_test.cpp
@@ -17,7 +17,6 @@
#include "ih_util.h"
#include <android-base/file.h>
-#include <android-base/test_utils.h>
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include <string>