diff options
author | Dan Albert <danalbert@google.com> | 2015-03-20 03:14:28 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-03-20 03:14:28 +0000 |
commit | 28f07697eb6f4039daae6c9c5efee67a4d85cc92 (patch) | |
tree | 2730e00ea41c6b14c653319c67d157142a312218 /adb/adb_client.cpp | |
parent | 6a0548bf7cd8c3a0d17d2cc207d6fcf0c8297d31 (diff) | |
parent | 3313426fad9eaaf53017cdbde889ebcec91358ec (diff) | |
download | system_core-28f07697eb6f4039daae6c9c5efee67a4d85cc92.zip system_core-28f07697eb6f4039daae6c9c5efee67a4d85cc92.tar.gz system_core-28f07697eb6f4039daae6c9c5efee67a4d85cc92.tar.bz2 |
Merge "File header cleanup."
Diffstat (limited to 'adb/adb_client.cpp')
-rw-r--r-- | adb/adb_client.cpp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/adb/adb_client.cpp b/adb/adb_client.cpp index a485aa2..4751bff 100644 --- a/adb/adb_client.cpp +++ b/adb/adb_client.cpp @@ -14,6 +14,11 @@ * limitations under the License. */ +#define TRACE_TAG TRACE_ADB + +#include "sysdeps.h" +#include "adb_client.h" + #include <errno.h> #include <limits.h> #include <stdarg.h> @@ -23,10 +28,6 @@ #include <sys/stat.h> #include <sys/types.h> -#include "sysdeps.h" - -#define TRACE_TAG TRACE_ADB -#include "adb_client.h" #include "adb_io.h" static transport_type __adb_transport = kTransportAny; |