From 9f1cf25332e33247b1b036ce07b32d09e076c346 Mon Sep 17 00:00:00 2001 From: Mark Salyzyn Date: Mon, 12 Nov 2018 12:45:59 -0800 Subject: switch to using android-base/file.h instead of android-base/test_utils.h Test: compile Bug: 119313545 Change-Id: I4f7ad84743e974b4b4d1d7256088f6c8b749a237 --- adb/adb_utils_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'adb/adb_utils_test.cpp') diff --git a/adb/adb_utils_test.cpp b/adb/adb_utils_test.cpp index 341323fa97..870f6f0488 100644 --- a/adb/adb_utils_test.cpp +++ b/adb/adb_utils_test.cpp @@ -30,8 +30,8 @@ #include "sysdeps.h" +#include #include -#include #ifdef _WIN32 static std::string subdir(const char* parent, const char* child) { -- cgit v1.2.3