| commit | b302d129c41d8b2cd1c3c14e79690e5520f87dd8 | [log] [tgz] |
|---|---|---|
| author | Dan Albert <danalbert@google.com> | Tue Feb 24 15:51:19 2015 -0800 |
| committer | Dan Albert <danalbert@google.com> | Tue Feb 24 21:30:22 2015 -0800 |
| tree | b48cd45a7f6ee7f495f57fbee894ae6bec16945b | |
| parent | 941bdbbeba75d4db6c8445b2a6c47ad4b74bc1a7 [diff] [blame] |
Move transport declarations into transport.h. There are a few cloexec issues in here as an added bonus. Change-Id: I1699d719d733f47878bdba0454230cf5ab6a60b6
diff --git a/adb_main.c b/adb_main.c index 57a15dd..f8475c7 100644 --- a/adb_main.c +++ b/adb_main.c
@@ -21,10 +21,12 @@ #include <stdio.h> #include <stdlib.h> +#include "sysdeps.h" + #include "adb.h" #include "adb_auth.h" #include "adb_listeners.h" -#include "sysdeps.h" +#include "transport.h" #if !ADB_HOST #include <getopt.h>