summaryrefslogtreecommitdiffstats
path: root/applypatch/include
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-12-01 19:53:34 +0100
committerTao Bao <tbao@google.com>2017-12-07 19:01:57 +0100
commit47e5a8d08569a456981854a194d6dc66b8d85265 (patch)
tree16c39874bebeeba66be52f582795fb41bd3bc0a2 /applypatch/include
parentMerge "Add a /bin symlink for consistency." (diff)
downloadandroid_bootable_recovery-47e5a8d08569a456981854a194d6dc66b8d85265.tar
android_bootable_recovery-47e5a8d08569a456981854a194d6dc66b8d85265.tar.gz
android_bootable_recovery-47e5a8d08569a456981854a194d6dc66b8d85265.tar.bz2
android_bootable_recovery-47e5a8d08569a456981854a194d6dc66b8d85265.tar.lz
android_bootable_recovery-47e5a8d08569a456981854a194d6dc66b8d85265.tar.xz
android_bootable_recovery-47e5a8d08569a456981854a194d6dc66b8d85265.tar.zst
android_bootable_recovery-47e5a8d08569a456981854a194d6dc66b8d85265.zip
Diffstat (limited to 'applypatch/include')
-rw-r--r--applypatch/include/applypatch/applypatch.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/applypatch/include/applypatch/applypatch.h b/applypatch/include/applypatch/applypatch.h
index 6d7ffd78c..c8ad91505 100644
--- a/applypatch/include/applypatch/applypatch.h
+++ b/applypatch/include/applypatch/applypatch.h
@@ -18,7 +18,6 @@
#define _APPLYPATCH_H
#include <stdint.h>
-#include <sys/stat.h>
#include <functional>
#include <memory>
@@ -33,7 +32,6 @@ struct Value;
struct FileContents {
uint8_t sha1[SHA_DIGEST_LENGTH];
std::vector<unsigned char> data;
- struct stat st;
};
// When there isn't enough room on the target filesystem to hold the patched version of the file,