From 0d3f84f237b2fab810de1438f7207b1763ad4011 Mon Sep 17 00:00:00 2001 From: Tao Bao Date: Wed, 28 Dec 2016 15:09:20 -0800 Subject: updater: Update the header name for bootloader.h. We should include "bootloader_message/bootloader_message.h" now. Test: m updater Change-Id: I65b22a8a0bcc5976ff1ba827bd30b46ee9d59c53 --- updater/install.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/updater/install.cpp b/updater/install.cpp index 3cf38774e..643145447 100644 --- a/updater/install.cpp +++ b/updater/install.cpp @@ -46,6 +46,8 @@ #include #include #include +#include +#include #include #include #include @@ -54,8 +56,6 @@ #include #include -#include "applypatch/applypatch.h" -#include "bootloader.h" #include "edify/expr.h" #include "error_code.h" #include "mounts.h" -- cgit v1.2.3