summaryrefslogtreecommitdiffstats
path: root/updater/updater.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-10-11 00:48:37 +0200
committerTao Bao <tbao@google.com>2016-10-11 01:49:50 +0200
commit0c7839ac14a00f32d740c23ddf6df65f2757ece5 (patch)
tree09167517080321a786bee0f332f72461156002cc /updater/updater.cpp
parentMerge "Update the header path for ext4_utils." (diff)
downloadandroid_bootable_recovery-0c7839ac14a00f32d740c23ddf6df65f2757ece5.tar
android_bootable_recovery-0c7839ac14a00f32d740c23ddf6df65f2757ece5.tar.gz
android_bootable_recovery-0c7839ac14a00f32d740c23ddf6df65f2757ece5.tar.bz2
android_bootable_recovery-0c7839ac14a00f32d740c23ddf6df65f2757ece5.tar.lz
android_bootable_recovery-0c7839ac14a00f32d740c23ddf6df65f2757ece5.tar.xz
android_bootable_recovery-0c7839ac14a00f32d740c23ddf6df65f2757ece5.tar.zst
android_bootable_recovery-0c7839ac14a00f32d740c23ddf6df65f2757ece5.zip
Diffstat (limited to 'updater/updater.cpp')
-rw-r--r--updater/updater.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/updater/updater.cpp b/updater/updater.cpp
index 74a4048fb..45e31e097 100644
--- a/updater/updater.cpp
+++ b/updater/updater.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "updater.h"
+#include "updater/updater.h"
#include <stdio.h>
#include <unistd.h>
@@ -27,10 +27,10 @@
#include "config.h"
#include "edify/expr.h"
-#include "blockimg.h"
-#include "install.h"
-#include "minzip/Zip.h"
#include "minzip/SysUtil.h"
+#include "minzip/Zip.h"
+#include "updater/blockimg.h"
+#include "updater/install.h"
// Generated by the makefile, this function defines the
// RegisterDeviceExtensions() function, which calls all the