summaryrefslogtreecommitdiffstats
path: root/roots.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-10-06 08:17:01 +0200
committerTao Bao <tbao@google.com>2016-10-09 23:02:10 +0200
commitde40ba59c8e5091221752e9d7c6e072c29a7055f (patch)
tree7a4bc94e149924ff232b4a08fe1dc33be3deb35e /roots.cpp
parentMerge "Disable the meaningless parts of the UI for A/B." (diff)
downloadandroid_bootable_recovery-de40ba59c8e5091221752e9d7c6e072c29a7055f.tar
android_bootable_recovery-de40ba59c8e5091221752e9d7c6e072c29a7055f.tar.gz
android_bootable_recovery-de40ba59c8e5091221752e9d7c6e072c29a7055f.tar.bz2
android_bootable_recovery-de40ba59c8e5091221752e9d7c6e072c29a7055f.tar.lz
android_bootable_recovery-de40ba59c8e5091221752e9d7c6e072c29a7055f.tar.xz
android_bootable_recovery-de40ba59c8e5091221752e9d7c6e072c29a7055f.tar.zst
android_bootable_recovery-de40ba59c8e5091221752e9d7c6e072c29a7055f.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;