summaryrefslogtreecommitdiffstats
path: root/updater/updater.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-10-11 05:55:00 +0200
committerandroid-build-merger <android-build-merger@google.com>2016-10-11 05:55:00 +0200
commit3a01338332ba0eea2c07d68255c6954f62adc97e (patch)
tree091f74929951fc529f6252cf65ee03aaeff96ca5 /updater/updater.cpp
parentMerge "Update the header path for ext4_utils." am: 2bd94433f8 am: 00a9050815 (diff)
parentRefactor libupdater into a seperate module. am: 0c7839ac14 (diff)
downloadandroid_bootable_recovery-3a01338332ba0eea2c07d68255c6954f62adc97e.tar
android_bootable_recovery-3a01338332ba0eea2c07d68255c6954f62adc97e.tar.gz
android_bootable_recovery-3a01338332ba0eea2c07d68255c6954f62adc97e.tar.bz2
android_bootable_recovery-3a01338332ba0eea2c07d68255c6954f62adc97e.tar.lz
android_bootable_recovery-3a01338332ba0eea2c07d68255c6954f62adc97e.tar.xz
android_bootable_recovery-3a01338332ba0eea2c07d68255c6954f62adc97e.tar.zst
android_bootable_recovery-3a01338332ba0eea2c07d68255c6954f62adc97e.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