summaryrefslogtreecommitdiffstats
path: root/updater
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-10-06 16:43:41 +0200
committerTao Bao <tbao@google.com>2017-10-09 23:07:54 +0200
commit1fc5bf353a8719d16fd9ba29a661d211bad4038f (patch)
tree644083a8406ab70e674040e460942d878fca5ab5 /updater
parentMerge "applypatch: Forward declare struct Value." (diff)
downloadandroid_bootable_recovery-1fc5bf353a8719d16fd9ba29a661d211bad4038f.tar
android_bootable_recovery-1fc5bf353a8719d16fd9ba29a661d211bad4038f.tar.gz
android_bootable_recovery-1fc5bf353a8719d16fd9ba29a661d211bad4038f.tar.bz2
android_bootable_recovery-1fc5bf353a8719d16fd9ba29a661d211bad4038f.tar.lz
android_bootable_recovery-1fc5bf353a8719d16fd9ba29a661d211bad4038f.tar.xz
android_bootable_recovery-1fc5bf353a8719d16fd9ba29a661d211bad4038f.tar.zst
android_bootable_recovery-1fc5bf353a8719d16fd9ba29a661d211bad4038f.zip
Diffstat (limited to 'updater')
-rw-r--r--updater/blockimg.cpp2
-rw-r--r--updater/install.cpp2
-rw-r--r--updater/updater.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/updater/blockimg.cpp b/updater/blockimg.cpp
index 696cddf41..0f8364441 100644
--- a/updater/blockimg.cpp
+++ b/updater/blockimg.cpp
@@ -50,8 +50,8 @@
#include <ziparchive/zip_archive.h>
#include "edify/expr.h"
-#include "error_code.h"
#include "otafault/ota_io.h"
+#include "otautil/error_code.h"
#include "print_sha1.h"
#include "rangeset.h"
#include "updater/install.h"
diff --git a/updater/install.cpp b/updater/install.cpp
index fc085d5aa..01210f51c 100644
--- a/updater/install.cpp
+++ b/updater/install.cpp
@@ -57,10 +57,10 @@
#include <ziparchive/zip_archive.h>
#include "edify/expr.h"
-#include "error_code.h"
#include "mounts.h"
#include "otafault/ota_io.h"
#include "otautil/DirUtil.h"
+#include "otautil/error_code.h"
#include "print_sha1.h"
#include "tune2fs.h"
#include "updater/updater.h"
diff --git a/updater/updater.cpp b/updater/updater.cpp
index 309c309a5..f55a0d3bd 100644
--- a/updater/updater.cpp
+++ b/updater/updater.cpp
@@ -31,10 +31,10 @@
#include <ziparchive/zip_archive.h>
#include "edify/expr.h"
-#include "error_code.h"
#include "otafault/config.h"
#include "otautil/DirUtil.h"
#include "otautil/SysUtil.h"
+#include "otautil/error_code.h"
#include "updater/blockimg.h"
#include "updater/install.h"