summaryrefslogtreecommitdiff
path: root/layout.c
diff options
context:
space:
mode:
authoruwe <uwe@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2007-08-23 13:34:59 +0000
committeruwe <uwe@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2007-08-23 13:34:59 +0000
commitd3772b240be740e513380ee5be94cb18e5c2ca38 (patch)
tree3867a6aa46c1b5f056cd45269101f595d44b6a1d /layout.c
parentbcaf943a70faa01d23da104346c749e4db12c775 (diff)
downloadflashrom-d3772b240be740e513380ee5be94cb18e5c2ca38.tar.gz
Original v2 revision: 2746
Drop a bunch of useless header files, merge them into flash.h. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@128 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'layout.c')
-rw-r--r--layout.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/layout.c b/layout.c
index 6dbbd9c..62715bd 100644
--- a/layout.c
+++ b/layout.c
@@ -2,9 +2,7 @@
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
-#include "layout.h"
-#include "lbtable.h"
-#include "debug.h"
+#include "flash.h"
char *mainboard_vendor = NULL;
char *mainboard_part = NULL;