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/usb_linux_client.c | |
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/usb_linux_client.c')
-rw-r--r-- | adb/usb_linux_client.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/adb/usb_linux_client.c b/adb/usb_linux_client.c index c88b258..434451c 100644 --- a/adb/usb_linux_client.c +++ b/adb/usb_linux_client.c @@ -14,6 +14,10 @@ * limitations under the License. */ +#define TRACE_TAG TRACE_USB + +#include "sysdeps.h" + #include <dirent.h> #include <errno.h> #include <linux/usb/ch9.h> @@ -25,9 +29,6 @@ #include <sys/types.h> #include <unistd.h> -#include "sysdeps.h" - -#define TRACE_TAG TRACE_USB #include "adb.h" #include "transport.h" |