From 8caee49d380cdf1275953922727a90ad88545b98 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Wed, 13 Jun 2012 02:41:27 -0400 Subject: [PATCH] Minor - remove extra include from apm.c. Signed-off-by: Kevin O'Connor --- src/apm.c | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.5