summaryrefslogtreecommitdiffstats
path: root/adb/client/commandline.cpp
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2018-07-25 15:55:25 -0700
committerJosh Gao <jmgao@google.com>2018-07-25 18:08:32 -0700
commitedec033b263ce2a227e6761d2058b7494715e46c (patch)
tree110d4a18d4bd7f5e1f2b224be6d47cad194a0c13 /adb/client/commandline.cpp
parent220c1d558957cb977d48a3ccff4d932e01a7a3fc (diff)
downloadsystem_core-edec033b263ce2a227e6761d2058b7494715e46c.tar.gz
system_core-edec033b263ce2a227e6761d2058b7494715e46c.tar.bz2
system_core-edec033b263ce2a227e6761d2058b7494715e46c.zip
adb: split file_sync_service.h into client and daemon parts.
Test: treehugger Change-Id: I648c7001903a91448c69986e08a6cd2dd76ed793
Diffstat (limited to 'adb/client/commandline.cpp')
-rw-r--r--adb/client/commandline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/adb/client/commandline.cpp b/adb/client/commandline.cpp
index 7791895f6..13e52f6d6 100644
--- a/adb/client/commandline.cpp
+++ b/adb/client/commandline.cpp
@@ -56,8 +56,8 @@
#include "adb_unique_fd.h"
#include "adb_utils.h"
#include "bugreport.h"
+#include "client/file_sync_client.h"
#include "commandline.h"
-#include "file_sync_service.h"
#include "services.h"
#include "shell_service.h"
#include "sysdeps/chrono.h"