diff options
author | Tao Bao <tbao@google.com> | 2016-10-10 18:44:39 +0200 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2016-10-10 18:44:40 +0200 |
commit | 1984d55ece8f4ca9474c1f8145bfcce3554c9879 (patch) | |
tree | b7393883abd75ee6b57ede96a27a735804061331 /roots.cpp | |
parent | Merge "No longer need android/log.h" am: b330559fb6 am: 7bf11aadfd am: 5ceada5bea (diff) | |
parent | Update the header path for ext4_utils. (diff) | |
download | android_bootable_recovery-1984d55ece8f4ca9474c1f8145bfcce3554c9879.tar android_bootable_recovery-1984d55ece8f4ca9474c1f8145bfcce3554c9879.tar.gz android_bootable_recovery-1984d55ece8f4ca9474c1f8145bfcce3554c9879.tar.bz2 android_bootable_recovery-1984d55ece8f4ca9474c1f8145bfcce3554c9879.tar.lz android_bootable_recovery-1984d55ece8f4ca9474c1f8145bfcce3554c9879.tar.xz android_bootable_recovery-1984d55ece8f4ca9474c1f8145bfcce3554c9879.tar.zst android_bootable_recovery-1984d55ece8f4ca9474c1f8145bfcce3554c9879.zip |
Diffstat (limited to 'roots.cpp')
-rw-r--r-- | roots.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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; |