From 18430a08aa144ee4bb5c5192970f2327a18d1ef9 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Wed, 6 Oct 2010 02:56:44 +0000 Subject: Remove duplicate includes from the code Corresponding to flashrom svn r1196. Signed-off-by: Stefan Reinauer Acked-by: Carl-Daniel Hailfinger --- physmap.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'physmap.c') diff --git a/physmap.c b/physmap.c index d5948ae..4641e8e 100644 --- a/physmap.c +++ b/physmap.c @@ -22,7 +22,6 @@ #include #include -#include #include #include #include "flash.h" @@ -135,8 +134,6 @@ void cleanup_cpu_msr(void) } #elif defined(__DARWIN__) -#include - #define MEM_DEV "DirectIO" static void *sys_physmap(unsigned long phys_addr, size_t len) -- cgit v1.1