summaryrefslogtreecommitdiffstats
path: root/adb/remount_service.cpp
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-03-20 03:14:28 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-03-20 03:14:28 +0000
commit28f07697eb6f4039daae6c9c5efee67a4d85cc92 (patch)
tree2730e00ea41c6b14c653319c67d157142a312218 /adb/remount_service.cpp
parent6a0548bf7cd8c3a0d17d2cc207d6fcf0c8297d31 (diff)
parent3313426fad9eaaf53017cdbde889ebcec91358ec (diff)
downloadsystem_core-28f07697eb6f4039daae6c9c5efee67a4d85cc92.zip
system_core-28f07697eb6f4039daae6c9c5efee67a4d85cc92.tar.gz
system_core-28f07697eb6f4039daae6c9c5efee67a4d85cc92.tar.bz2
Merge "File header cleanup."
Diffstat (limited to 'adb/remount_service.cpp')
-rw-r--r--adb/remount_service.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/adb/remount_service.cpp b/adb/remount_service.cpp
index a83d5b1..483ca3d 100644
--- a/adb/remount_service.cpp
+++ b/adb/remount_service.cpp
@@ -14,6 +14,10 @@
* limitations under the License.
*/
+#define TRACE_TAG TRACE_ADB
+
+#include "sysdeps.h"
+
#include <errno.h>
#include <fcntl.h>
#include <mntent.h>
@@ -25,9 +29,6 @@
#include <string>
-#include "sysdeps.h"
-
-#define TRACE_TAG TRACE_ADB
#include "adb.h"
#include "adb_io.h"
#include "cutils/properties.h"