summaryrefslogtreecommitdiffstats
path: root/roots.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-10-10 23:45:57 +0200
committerandroid-build-merger <android-build-merger@google.com>2016-10-10 23:45:57 +0200
commit514dc15399b701bb942bb0b061a6dc3ce80f75aa (patch)
tree876c2c2c9593432d28e8b5a9d6f9ea7002271899 /roots.cpp
parentMerge "No longer need android/log.h" am: b330559fb6 (diff)
parentMerge "Update the header path for ext4_utils." (diff)
downloadandroid_bootable_recovery-514dc15399b701bb942bb0b061a6dc3ce80f75aa.tar
android_bootable_recovery-514dc15399b701bb942bb0b061a6dc3ce80f75aa.tar.gz
android_bootable_recovery-514dc15399b701bb942bb0b061a6dc3ce80f75aa.tar.bz2
android_bootable_recovery-514dc15399b701bb942bb0b061a6dc3ce80f75aa.tar.lz
android_bootable_recovery-514dc15399b701bb942bb0b061a6dc3ce80f75aa.tar.xz
android_bootable_recovery-514dc15399b701bb942bb0b061a6dc3ce80f75aa.tar.zst
android_bootable_recovery-514dc15399b701bb942bb0b061a6dc3ce80f75aa.zip
Diffstat (limited to 'roots.cpp')
-rw-r--r--roots.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/roots.cpp b/roots.cpp
index fe49f2b86..14018fcdc 100644
--- a/roots.cpp
+++ b/roots.cpp
@@ -27,12 +27,12 @@
#include <fcntl.h>
#include <android-base/logging.h>
-
+#include <ext4_utils/make_ext4fs.h>
+#include <ext4_utils/wipe.h>
#include <fs_mgr.h>
+
#include "common.h"
-#include "make_ext4fs.h"
#include "mounts.h"
-#include "wipe.h"
#include "cryptfs.h"
static struct fstab *fstab = NULL;