summaryrefslogtreecommitdiff
path: root/fastboot/fastboot.cpp
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-11-14 20:27:23 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-11-14 20:27:23 +0000
commitb9cb14944154f49ca1b4c2bc31e4881d13ee130c (patch)
treea20e2aaa8b6fa38a292bb7dd90dfadecf68b2ebd /fastboot/fastboot.cpp
parente77298ce9fd0fbb6e94108f4c49c11f5efa856e1 (diff)
parent9f1cf25332e33247b1b036ce07b32d09e076c346 (diff)
Merge "switch to using android-base/file.h instead of android-base/test_utils.h"
Diffstat (limited to 'fastboot/fastboot.cpp')
-rw-r--r--fastboot/fastboot.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/fastboot/fastboot.cpp b/fastboot/fastboot.cpp
index 625e047b6e..3e090d7a59 100644
--- a/fastboot/fastboot.cpp
+++ b/fastboot/fastboot.cpp
@@ -56,7 +56,6 @@
#include <android-base/parsenetaddress.h>
#include <android-base/stringprintf.h>
#include <android-base/strings.h>
-#include <android-base/test_utils.h>
#include <android-base/unique_fd.h>
#include <build/version.h>
#include <platform_tools_version.h>