summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-10-02 04:21:59 +0200
committerandroid-build-merger <android-build-merger@google.com>2019-10-02 04:21:59 +0200
commit78506ddf1a2bd8b6c9e84eb2e0c6ab92719d2716 (patch)
tree685f71c814bd1ac041b8da85d4dbd4580735b717
parentMerge changes I6c35d2e4,If16c3e19 am: c3f32b95e5 (diff)
parentMerge "otautil: Drop a few unneeded includes." (diff)
downloadandroid_bootable_recovery-78506ddf1a2bd8b6c9e84eb2e0c6ab92719d2716.tar
android_bootable_recovery-78506ddf1a2bd8b6c9e84eb2e0c6ab92719d2716.tar.gz
android_bootable_recovery-78506ddf1a2bd8b6c9e84eb2e0c6ab92719d2716.tar.bz2
android_bootable_recovery-78506ddf1a2bd8b6c9e84eb2e0c6ab92719d2716.tar.lz
android_bootable_recovery-78506ddf1a2bd8b6c9e84eb2e0c6ab92719d2716.tar.xz
android_bootable_recovery-78506ddf1a2bd8b6c9e84eb2e0c6ab92719d2716.tar.zst
android_bootable_recovery-78506ddf1a2bd8b6c9e84eb2e0c6ab92719d2716.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"