From 9536b8c997148d5ef2ae640a792a65ccbfb5a5f7 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Mon, 25 Nov 2013 14:22:37 -0800 Subject: [PATCH] Fix fastbootd's reference. Change-Id: I28ce0288a6377153a96d3a98d6913d1271e3112f --- fastbootd/commands/boot.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/fastbootd/commands/boot.h b/fastbootd/commands/boot.h index bfbf1de08..901c38a20 100644 --- a/fastbootd/commands/boot.h +++ b/fastbootd/commands/boot.h @@ -33,12 +33,10 @@ #define __FASTBOOT_BOOT_H #include -#include +#include #include "bootimg.h" -#define KEXEC_SEGMENT_MAX 16 - #define KEXEC_TYPE_DEFAULT 0 #define KEXEC_TYPE_CRASH 1