summaryrefslogtreecommitdiffstats
path: root/applypatch/include
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-10-10 00:16:24 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-10-10 00:16:24 +0200
commitcbd8479410f0e80172291ec895875866bd1b1321 (patch)
treedd389c0e573affbdb019988499801d169e92e92f /applypatch/include
parentMerge "Don't include "error_code.h" in edify/expr.h." am: d999ced1d1 am: e196918f54 am: 3bc65953ab (diff)
parentMerge "applypatch: Forward declare struct Value." am: 7a3fc2de8e am: b7c0ce4201 (diff)
downloadandroid_bootable_recovery-cbd8479410f0e80172291ec895875866bd1b1321.tar
android_bootable_recovery-cbd8479410f0e80172291ec895875866bd1b1321.tar.gz
android_bootable_recovery-cbd8479410f0e80172291ec895875866bd1b1321.tar.bz2
android_bootable_recovery-cbd8479410f0e80172291ec895875866bd1b1321.tar.lz
android_bootable_recovery-cbd8479410f0e80172291ec895875866bd1b1321.tar.xz
android_bootable_recovery-cbd8479410f0e80172291ec895875866bd1b1321.tar.zst
android_bootable_recovery-cbd8479410f0e80172291ec895875866bd1b1321.zip
Diffstat (limited to 'applypatch/include')
-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];