Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6ad8de9e authored by Tao Bao's avatar Tao Bao Committed by android-build-merger
Browse files

Merge "otautil: Drop a few unneeded includes." am: 36f72131 am: 7f9eb2e0 am: 78506ddf

am: f8d4db46

Change-Id: I4e6b15b372f70e584632aa32c04cb18f66616f91
parents e1bf5b24 f8d4db46
Loading
Loading
Loading
Loading
+0 −5
Original line number Original line Diff line number Diff line
@@ -16,13 +16,10 @@


#include "otautil/roots.h"
#include "otautil/roots.h"


#include <ctype.h>
#include <fcntl.h>
#include <fcntl.h>
#include <inttypes.h>
#include <stdint.h>
#include <stdint.h>
#include <stdlib.h>
#include <stdlib.h>
#include <string.h>
#include <string.h>
#include <sys/mount.h>
#include <sys/stat.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/wait.h>
@@ -33,14 +30,12 @@
#include <vector>
#include <vector>


#include <android-base/logging.h>
#include <android-base/logging.h>
#include <android-base/properties.h>
#include <android-base/stringprintf.h>
#include <android-base/stringprintf.h>
#include <android-base/unique_fd.h>
#include <android-base/unique_fd.h>
#include <cryptfs.h>
#include <cryptfs.h>
#include <ext4_utils/wipe.h>
#include <ext4_utils/wipe.h>
#include <fs_mgr.h>
#include <fs_mgr.h>
#include <fs_mgr/roots.h>
#include <fs_mgr/roots.h>
#include <fs_mgr_dm_linear.h>


#include "otautil/sysutil.h"
#include "otautil/sysutil.h"