summaryrefslogtreecommitdiffstats
path: root/otafault/config.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-09-29 02:43:53 +0200
committerTao Bao <tbao@google.com>2017-09-29 03:25:04 +0200
commitac27a7a98733ea2444eedacfd2d8dd4a384726f6 (patch)
tree05c3940cf8aaf70876471a3478a681d2df6760d8 /otafault/config.cpp
parentMerge "roots: volume_for_path() parses and tries prefixes." (diff)
downloadandroid_bootable_recovery-ac27a7a98733ea2444eedacfd2d8dd4a384726f6.tar
android_bootable_recovery-ac27a7a98733ea2444eedacfd2d8dd4a384726f6.tar.gz
android_bootable_recovery-ac27a7a98733ea2444eedacfd2d8dd4a384726f6.tar.bz2
android_bootable_recovery-ac27a7a98733ea2444eedacfd2d8dd4a384726f6.tar.lz
android_bootable_recovery-ac27a7a98733ea2444eedacfd2d8dd4a384726f6.tar.xz
android_bootable_recovery-ac27a7a98733ea2444eedacfd2d8dd4a384726f6.tar.zst
android_bootable_recovery-ac27a7a98733ea2444eedacfd2d8dd4a384726f6.zip
Diffstat (limited to 'otafault/config.cpp')
-rw-r--r--otafault/config.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/otafault/config.cpp b/otafault/config.cpp
index b94e429c6..c11f77452 100644
--- a/otafault/config.cpp
+++ b/otafault/config.cpp
@@ -14,16 +14,14 @@
* limitations under the License.
*/
+#include "config.h"
+
#include <map>
#include <string>
-#include <stdio.h>
-#include <unistd.h>
-
#include <android-base/stringprintf.h>
#include <ziparchive/zip_archive.h>
-#include "config.h"
#include "ota_io.h"
#define OTAIO_MAX_FNAME_SIZE 128