From 208860628c8e425fba4210993ed0f6f26d190d2b Mon Sep 17 00:00:00 2001 From: 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. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Stefan Reinauer git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@671 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- 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.2.1