summaryrefslogtreecommitdiff
path: root/client/main.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-12-04 22:00:26 -0800
committerElliott Hughes <enh@google.com>2015-12-04 22:00:26 -0800
commit7a90a002d51ecec9c50ab66d5e1b7851b1de201e (patch)
tree75488c67fc418f771691c0aa9caa88346126ed75 /client/main.cpp
parent54549e8f4f9ed6a41ec54c8098f9c77d3531fd28 (diff)
downloadadb-7a90a002d51ecec9c50ab66d5e1b7851b1de201e.tar.gz
Track rename of base/ to android-base/.
Change-Id: Idf9444fece4aa89c93e15640de59a91f6e758ccf
Diffstat (limited to 'client/main.cpp')
-rw-r--r--client/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/main.cpp b/client/main.cpp
index 04b9882..3ce5242 100644
--- a/client/main.cpp
+++ b/client/main.cpp
@@ -27,9 +27,9 @@
#include <sched.h>
#endif
-#include "base/file.h"
-#include "base/logging.h"
-#include "base/stringprintf.h"
+#include <android-base/file.h>
+#include <android-base/logging.h>
+#include <android-base/stringprintf.h>
#include "adb.h"
#include "adb_auth.h"