diff options
Diffstat (limited to 'adb/remount_service.c')
-rw-r--r-- | adb/remount_service.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/adb/remount_service.c b/adb/remount_service.c index d7b0dd1..7e5613a 100644 --- a/adb/remount_service.c +++ b/adb/remount_service.c @@ -14,8 +14,6 @@ * limitations under the License. */ -#include "sysdeps.h" - #include <errno.h> #include <fcntl.h> #include <mntent.h> @@ -25,11 +23,12 @@ #include <sys/mount.h> #include <unistd.h> -#include "cutils/properties.h" +#include "sysdeps.h" #define TRACE_TAG TRACE_ADB #include "adb.h" - +#include "cutils/properties.h" +#include "transport.h" static int system_ro = 1; static int vendor_ro = 1; |