diff options
author | Mark Salyzyn <salyzyn@google.com> | 2018-11-14 15:13:39 -0800 |
---|---|---|
committer | Mark Salyzyn <salyzyn@google.com> | 2018-11-14 15:54:32 -0800 |
commit | d100107806bc02f8f9866790e0df8975d4764d4a (patch) | |
tree | e6ac242f964ae0fc24cd60dee7417e7b7ee22e8a /cmds/incident_helper | |
parent | 7751045a3aede1e938a1ab0a390db25bb3fafa0b (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.cpp | 1 |
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> |