diff options
Diffstat (limited to 'adb/services.cpp')
-rw-r--r-- | adb/services.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/adb/services.cpp b/adb/services.cpp index e7bf6b0..abf8ea5 100644 --- a/adb/services.cpp +++ b/adb/services.cpp @@ -14,6 +14,10 @@ * limitations under the License. */ +#define TRACE_TAG TRACE_SERVICES + +#include "sysdeps.h" + #include <errno.h> #include <stddef.h> #include <stdio.h> @@ -32,9 +36,6 @@ #include "cutils/properties.h" #endif -#include "sysdeps.h" - -#define TRACE_TAG TRACE_SERVICES #include "adb.h" #include "adb_io.h" #include "file_sync_service.h" |