diff options
author | Tao Bao <tbao@google.com> | 2019-10-02 04:16:00 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-10-02 04:16:00 +0200 |
commit | 7f9eb2e012dd8f4e868fb8de19b260e782477510 (patch) | |
tree | c581aec0c8c7f96e5128346c2ea74ac0f99c4f5b | |
parent | Merge changes I6c35d2e4,If16c3e19 (diff) | |
parent | Merge "otautil: Drop a few unneeded includes." (diff) | |
download | android_bootable_recovery-7f9eb2e012dd8f4e868fb8de19b260e782477510.tar android_bootable_recovery-7f9eb2e012dd8f4e868fb8de19b260e782477510.tar.gz android_bootable_recovery-7f9eb2e012dd8f4e868fb8de19b260e782477510.tar.bz2 android_bootable_recovery-7f9eb2e012dd8f4e868fb8de19b260e782477510.tar.lz android_bootable_recovery-7f9eb2e012dd8f4e868fb8de19b260e782477510.tar.xz android_bootable_recovery-7f9eb2e012dd8f4e868fb8de19b260e782477510.tar.zst android_bootable_recovery-7f9eb2e012dd8f4e868fb8de19b260e782477510.zip |
-rw-r--r-- | otautil/roots.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/otautil/roots.cpp b/otautil/roots.cpp index aa7809b54..e098b4b77 100644 --- a/otautil/roots.cpp +++ b/otautil/roots.cpp @@ -16,13 +16,10 @@ #include "otautil/roots.h" -#include <ctype.h> #include <fcntl.h> -#include <inttypes.h> #include <stdint.h> #include <stdlib.h> #include <string.h> -#include <sys/mount.h> #include <sys/stat.h> #include <sys/types.h> #include <sys/wait.h> @@ -33,14 +30,12 @@ #include <vector> #include <android-base/logging.h> -#include <android-base/properties.h> #include <android-base/stringprintf.h> #include <android-base/unique_fd.h> #include <cryptfs.h> #include <ext4_utils/wipe.h> #include <fs_mgr.h> #include <fs_mgr/roots.h> -#include <fs_mgr_dm_linear.h> #include "otautil/sysutil.h" |