diff options
Diffstat (limited to 'adb/transport.cpp')
-rw-r--r-- | adb/transport.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/adb/transport.cpp b/adb/transport.cpp index 1f8ac03..0a960ff 100644 --- a/adb/transport.cpp +++ b/adb/transport.cpp @@ -14,8 +14,9 @@ * limitations under the License. */ -#include "sysdeps.h" +#define TRACE_TAG TRACE_TRANSPORT +#include "sysdeps.h" #include "transport.h" #include <ctype.h> @@ -25,7 +26,6 @@ #include <string.h> #include <unistd.h> -#define TRACE_TAG TRACE_TRANSPORT #include "adb.h" static void transport_unref(atransport *t); |