summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-10-02 04:34:02 +0200
committerandroid-build-merger <android-build-merger@google.com>2019-10-02 04:34:02 +0200
commit6ad8de9e2b3bca2a66130b9d9ee8797550770b28 (patch)
treec581aec0c8c7f96e5128346c2ea74ac0f99c4f5b
parentMerge changes I6c35d2e4,If16c3e19 am: c3f32b95e5 am: 48fb5e27a1 am: be4305fcd1 (diff)
parentMerge "otautil: Drop a few unneeded includes." am: 36f72131ff am: 7f9eb2e012 (diff)
downloadandroid_bootable_recovery-6ad8de9e2b3bca2a66130b9d9ee8797550770b28.tar
android_bootable_recovery-6ad8de9e2b3bca2a66130b9d9ee8797550770b28.tar.gz
android_bootable_recovery-6ad8de9e2b3bca2a66130b9d9ee8797550770b28.tar.bz2
android_bootable_recovery-6ad8de9e2b3bca2a66130b9d9ee8797550770b28.tar.lz
android_bootable_recovery-6ad8de9e2b3bca2a66130b9d9ee8797550770b28.tar.xz
android_bootable_recovery-6ad8de9e2b3bca2a66130b9d9ee8797550770b28.tar.zst
android_bootable_recovery-6ad8de9e2b3bca2a66130b9d9ee8797550770b28.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"