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 --- dummyflasher.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'dummyflasher.c') diff --git a/dummyflasher.c b/dummyflasher.c index 1b51032..4cd9658 100644 --- a/dummyflasher.c +++ b/dummyflasher.c @@ -21,10 +21,7 @@ #include #include #include -#include #include -#include -#include #include "flash.h" char *dummytype = NULL; -- cgit v1.1