From be726817f770572f4d950c7e572c308112a69e3b Mon Sep 17 00:00:00 2001 From: Carl-Daniel Hailfinger Date: Sun, 9 Aug 2009 12:44:08 +0000 Subject: Remove unnecessary #include files Serprog compilation is now controlled by a Makefile variable. Replace munmap with physunmap where appropriate. Corresponding to flashrom svn r671. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Stefan Reinauer --- cbtable.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'cbtable.c') diff --git a/cbtable.c b/cbtable.c index 10fe494..9d7e758 100644 --- a/cbtable.c +++ b/cbtable.c @@ -22,11 +22,8 @@ */ #include -#include #include #include -#include -#include #include "flash.h" #include "coreboot_tables.h" -- cgit v1.1