From 4505cebdad4637762ae1ae10dcb43eb4f2b3784f Mon Sep 17 00:00:00 2001 From: Hung-Te Lin Date: Mon, 28 Jan 2013 22:40:10 +0800 Subject: cbfstool: Remove unused header files. cbfs-mk*.c does not work with real files / command line so header files with file I/O and getopt can be removed. Change-Id: I9d93152982fd4abdc98017c983dd240b81c965f5 Signed-off-by: Hung-Te Lin Reviewed-on: http://review.coreboot.org/2200 Tested-by: build bot (Jenkins) Reviewed-by: David Hendricks --- util/cbfstool/cbfs-mkstage.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'util/cbfstool/cbfs-mkstage.c') diff --git a/util/cbfstool/cbfs-mkstage.c b/util/cbfstool/cbfs-mkstage.c index 0541d4b48e..b54af1013f 100644 --- a/util/cbfstool/cbfs-mkstage.c +++ b/util/cbfstool/cbfs-mkstage.c @@ -23,14 +23,10 @@ #include #include #include -#include -#include "elf.h" -#include -#include -#include #include "common.h" #include "cbfs.h" +#include "elf.h" static unsigned int idemp(unsigned int x) { -- cgit v1.2.3