From 0846f89b0a2819279b6a92c183721dfb56aab75d Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 23 Aug 2007 13:34:59 +0000 Subject: Drop a bunch of useless header files, merge them into flash.h Corresponding to flashrom svn r128 and coreboot v2 svn r2746. Signed-off-by: Uwe Hermann Acked-by: Stefan Reinauer --- layout.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'layout.c') diff --git a/layout.c b/layout.c index 6dbbd9c..62715bd 100644 --- a/layout.c +++ b/layout.c @@ -2,9 +2,7 @@ #include #include #include -#include "layout.h" -#include "lbtable.h" -#include "debug.h" +#include "flash.h" char *mainboard_vendor = NULL; char *mainboard_part = NULL; -- cgit v1.1