From 7db78063f8b6c643d0be2807563ad8a80dbf949d Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Mon, 1 Apr 2013 19:27:34 +0400 Subject: [PATCH] headers: image.h -- Drop asm/types.h inclusion This header consists of a number of constants and a few macro helper. No need to make it asm/types.h dependant. Instead only include for bool definition as required by forward fdinfo_per_id (I think this declaration should live in somewhere else place, not sure where yet, so I left it untouched). Signed-off-by: Cyrill Gorcunov Signed-off-by: Pavel Emelyanov --- include/image.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/image.h b/include/image.h index 959bfe44b..18e7ba10f 100644 --- a/include/image.h +++ b/include/image.h @@ -1,9 +1,9 @@ #ifndef __CR_IMAGE_H__ #define __CR_IMAGE_H__ -#include "asm/types.h" -#include "compiler.h" +#include +#include "compiler.h" #include "magic.h" #define PAGE_IMAGE_SIZE 4096