diff options
author | Josh Gao <jmgao@google.com> | 2018-07-25 15:55:25 -0700 |
---|---|---|
committer | Josh Gao <jmgao@google.com> | 2018-07-25 18:08:32 -0700 |
commit | edec033b263ce2a227e6761d2058b7494715e46c (patch) | |
tree | 110d4a18d4bd7f5e1f2b224be6d47cad194a0c13 /adb/client/commandline.cpp | |
parent | 220c1d558957cb977d48a3ccff4d932e01a7a3fc (diff) | |
download | system_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.cpp | 2 |
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" |