summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-10-02 00:50:05 +0200
committerTao Bao <tbao@google.com>2019-10-02 01:00:17 +0200
commitf6ed376b20952f7cb7170a2fbb714bee84ecdd55 (patch)
tree685f71c814bd1ac041b8da85d4dbd4580735b717
parentMerge changes I6c35d2e4,If16c3e19 (diff)
downloadandroid_bootable_recovery-f6ed376b20952f7cb7170a2fbb714bee84ecdd55.tar
android_bootable_recovery-f6ed376b20952f7cb7170a2fbb714bee84ecdd55.tar.gz
android_bootable_recovery-f6ed376b20952f7cb7170a2fbb714bee84ecdd55.tar.bz2
android_bootable_recovery-f6ed376b20952f7cb7170a2fbb714bee84ecdd55.tar.lz
android_bootable_recovery-f6ed376b20952f7cb7170a2fbb714bee84ecdd55.tar.xz
android_bootable_recovery-f6ed376b20952f7cb7170a2fbb714bee84ecdd55.tar.zst
android_bootable_recovery-f6ed376b20952f7cb7170a2fbb714bee84ecdd55.zip
-rw-r--r--otautil/roots.cpp5
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"