summaryrefslogtreecommitdiffstats
path: root/uncrypt/uncrypt.cpp
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2016-06-25 03:22:02 +0200
committerTao Bao <tbao@google.com>2016-10-18 20:37:05 +0200
commit8b309f6970ab3b7c53cc529c51a2cb44e1c7a7e1 (patch)
tree75e9a712d25b278d7bb100453ebb1ca41da950c0 /uncrypt/uncrypt.cpp
parentMerge "Replace minzip with libziparchive" (diff)
downloadandroid_bootable_recovery-8b309f6970ab3b7c53cc529c51a2cb44e1c7a7e1.tar
android_bootable_recovery-8b309f6970ab3b7c53cc529c51a2cb44e1c7a7e1.tar.gz
android_bootable_recovery-8b309f6970ab3b7c53cc529c51a2cb44e1c7a7e1.tar.bz2
android_bootable_recovery-8b309f6970ab3b7c53cc529c51a2cb44e1c7a7e1.tar.lz
android_bootable_recovery-8b309f6970ab3b7c53cc529c51a2cb44e1c7a7e1.tar.xz
android_bootable_recovery-8b309f6970ab3b7c53cc529c51a2cb44e1c7a7e1.tar.zst
android_bootable_recovery-8b309f6970ab3b7c53cc529c51a2cb44e1c7a7e1.zip
Diffstat (limited to 'uncrypt/uncrypt.cpp')
-rw-r--r--uncrypt/uncrypt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/uncrypt/uncrypt.cpp b/uncrypt/uncrypt.cpp
index c77e987b5..8b4d8ef8c 100644
--- a/uncrypt/uncrypt.cpp
+++ b/uncrypt/uncrypt.cpp
@@ -111,7 +111,7 @@
#include <android-base/stringprintf.h>
#include <android-base/strings.h>
#include <android-base/unique_fd.h>
-#include <bootloader_message_writer.h>
+#include <bootloader_message/bootloader_message.h>
#include <cutils/android_reboot.h>
#include <cutils/sockets.h>
#include <fs_mgr.h>