From: Kevin O'Connor Date: Wed, 13 Jun 2012 06:41:27 +0000 (-0400) Subject: Minor - remove extra include from apm.c. X-Git-Tag: rel-1.7.1~28 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=8caee49d380cdf1275953922727a90ad88545b98;p=seabios.git Minor - remove extra include from apm.c. Signed-off-by: Kevin O'Connor --- diff --git a/src/apm.c b/src/apm.c index 54696e9..8daf958 100644 --- a/src/apm.c +++ b/src/apm.c @@ -6,7 +6,6 @@ // // This file may be distributed under the terms of the GNU LGPLv3 license. -#include "farptr.h" // GET_VAR #include "bregs.h" // struct bregs #include "ioport.h" // outb #include "util.h" // dprintf