From d3772b240be740e513380ee5be94cb18e5c2ca38 Mon Sep 17 00:00:00 2001 From: uwe Date: Thu, 23 Aug 2007 13:34:59 +0000 Subject: Original v2 revision: 2746 Drop a bunch of useless header files, merge them into flash.h. Signed-off-by: Uwe Hermann Acked-by: Stefan Reinauer git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@128 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- 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.2.1