summaryrefslogtreecommitdiffstats
path: root/applypatch/imgpatch.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-03-03 20:43:47 +0100
committerTao Bao <tbao@google.com>2016-03-03 23:52:44 +0100
commitd80a99883d5ae2b117c54f076fe1df7eae86d2f8 (patch)
tree14a10ad17192f2a7ead609af81d2445d80ed117f /applypatch/imgpatch.cpp
parentMerge "Remove dumpkey build guards after completing code move." (diff)
downloadandroid_bootable_recovery-d80a99883d5ae2b117c54f076fe1df7eae86d2f8.tar
android_bootable_recovery-d80a99883d5ae2b117c54f076fe1df7eae86d2f8.tar.gz
android_bootable_recovery-d80a99883d5ae2b117c54f076fe1df7eae86d2f8.tar.bz2
android_bootable_recovery-d80a99883d5ae2b117c54f076fe1df7eae86d2f8.tar.lz
android_bootable_recovery-d80a99883d5ae2b117c54f076fe1df7eae86d2f8.tar.xz
android_bootable_recovery-d80a99883d5ae2b117c54f076fe1df7eae86d2f8.tar.zst
android_bootable_recovery-d80a99883d5ae2b117c54f076fe1df7eae86d2f8.zip
Diffstat (limited to 'applypatch/imgpatch.cpp')
-rw-r--r--applypatch/imgpatch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/applypatch/imgpatch.cpp b/applypatch/imgpatch.cpp
index 0ab995b30..4251c0120 100644
--- a/applypatch/imgpatch.cpp
+++ b/applypatch/imgpatch.cpp
@@ -28,7 +28,7 @@
#include "zlib.h"
#include "openssl/sha.h"
-#include "applypatch.h"
+#include "applypatch/applypatch.h"
#include "imgdiff.h"
#include "utils.h"