From 7664901a355b959f312e9acff5a0fd31b7139623 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Tue, 24 Feb 2015 15:51:19 -0800 Subject: Move transport declarations into transport.h. There are a few cloexec issues in here as an added bonus. Change-Id: I1699d719d733f47878bdba0454230cf5ab6a60b6 --- adb/file_sync_service.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'adb/file_sync_service.c') diff --git a/adb/file_sync_service.c b/adb/file_sync_service.c index 7de82b7e8..0944e5d64 100644 --- a/adb/file_sync_service.c +++ b/adb/file_sync_service.c @@ -14,24 +14,24 @@ * limitations under the License. */ -#include +#include +#include +#include #include +#include #include - #include #include -#include -#include #include +#include -#include -#include -#include #include "sysdeps.h" #define TRACE_TAG TRACE_SYNC #include "adb.h" #include "file_sync_service.h" +#include "private/android_filesystem_config.h" +#include "transport.h" /* TODO: use fs_config to configure permissions on /data */ static bool is_on_system(const char *name) { -- cgit v1.2.3