From e9f3258e0b1ed57308d277d3b5a6c67f4819e171 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Mon, 29 Mar 2010 13:04:13 +0000 Subject: This patch fixes build.h dependencies in coreboot again. -include was dropped, the files in question do an #include already. Signed-off-by: Stefan Reinauer Acked-by: Patrick Georgi git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5310 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/lib/version.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/lib/version.c') diff --git a/src/lib/version.c b/src/lib/version.c index 53abeca155..4ec1eb65e1 100644 --- a/src/lib/version.c +++ b/src/lib/version.c @@ -35,7 +35,6 @@ #error COREBOOT_ASSEMBLER not defined #endif - #ifndef COREBOOT_EXTRA_VERSION #define COREBOOT_EXTRA_VERSION "" #endif @@ -55,6 +54,3 @@ const char coreboot_compiler[] = COREBOOT_COMPILER; const char coreboot_linker[] = COREBOOT_LINKER; const char coreboot_assembler[] = COREBOOT_ASSEMBLER; - - - -- cgit v1.2.3