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_auth_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_auth_client.cpp')
-rw-r--r-- | adb/adb_auth_client.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/adb/adb_auth_client.cpp b/adb/adb_auth_client.cpp index 5dadcd9..8e7d38b 100644 --- a/adb/adb_auth_client.cpp +++ b/adb/adb_auth_client.cpp @@ -14,23 +14,23 @@ * limitations under the License. */ +#define TRACE_TAG TRACE_AUTH + +#include "sysdeps.h" +#include "adb_auth.h" + #include <resolv.h> #include <stdio.h> #include <string.h> -#include "sysdeps.h" - -#include "adb.h" -#include "adb_auth.h" #include "cutils/list.h" #include "cutils/sockets.h" -#include "fdevent.h" #include "mincrypt/rsa.h" #include "mincrypt/sha.h" -#include "transport.h" - -#define TRACE_TAG TRACE_AUTH +#include "adb.h" +#include "fdevent.h" +#include "transport.h" struct adb_public_key { struct listnode node; |