diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2012-06-13 02:41:27 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2012-06-13 08:41:43 -0400 |
commit | 8caee49d380cdf1275953922727a90ad88545b98 (patch) | |
tree | 4623ae8806abcb9ce5253157c2b001c91a84b260 | |
parent | 7af133c6b4464a22eeb7310f9815d4c2d7b03291 (diff) | |
download | seabios-hppa-8caee49d380cdf1275953922727a90ad88545b98.zip seabios-hppa-8caee49d380cdf1275953922727a90ad88545b98.tar.gz seabios-hppa-8caee49d380cdf1275953922727a90ad88545b98.tar.bz2 |
Minor - remove extra include from apm.c.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | src/apm.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |