summaryrefslogtreecommitdiffstats
path: root/applypatch/include/applypatch/applypatch.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-10-09 22:57:58 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-10-09 22:57:58 +0200
commit7a3fc2de8eb535637055a4a1c0063c5fbc101c4a (patch)
tree57e9458f101d41082073491d2fad407706e92cee /applypatch/include/applypatch/applypatch.h
parentMerge "Don't include "error_code.h" in edify/expr.h." (diff)
parentapplypatch: Forward declare struct Value. (diff)
downloadandroid_bootable_recovery-7a3fc2de8eb535637055a4a1c0063c5fbc101c4a.tar
android_bootable_recovery-7a3fc2de8eb535637055a4a1c0063c5fbc101c4a.tar.gz
android_bootable_recovery-7a3fc2de8eb535637055a4a1c0063c5fbc101c4a.tar.bz2
android_bootable_recovery-7a3fc2de8eb535637055a4a1c0063c5fbc101c4a.tar.lz
android_bootable_recovery-7a3fc2de8eb535637055a4a1c0063c5fbc101c4a.tar.xz
android_bootable_recovery-7a3fc2de8eb535637055a4a1c0063c5fbc101c4a.tar.zst
android_bootable_recovery-7a3fc2de8eb535637055a4a1c0063c5fbc101c4a.zip
Diffstat (limited to 'applypatch/include/applypatch/applypatch.h')
-rw-r--r--applypatch/include/applypatch/applypatch.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/applypatch/include/applypatch/applypatch.h b/applypatch/include/applypatch/applypatch.h
index 581360ef1..2a3b3ef39 100644
--- a/applypatch/include/applypatch/applypatch.h
+++ b/applypatch/include/applypatch/applypatch.h
@@ -27,7 +27,8 @@
#include <openssl/sha.h>
-#include "edify/expr.h"
+// Forward declaration to avoid including "edify/expr.h" in the header.
+struct Value;
struct FileContents {
uint8_t sha1[SHA_DIGEST_LENGTH];