summaryrefslogtreecommitdiff
path: root/src/pmm.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2013-09-14 22:03:57 -0400
committerKevin O'Connor <kevin@koconnor.net>2013-09-18 20:48:34 -0400
commitb4f4d331e0011c69d40e285ef710cca09c093159 (patch)
treed265020fa968b4a4bb40e99ddd26a7599c6c27e9 /src/pmm.c
parent2d2fa31b377444991e7993c37f6d6900c6051aca (diff)
downloadqemu-seabios-b4f4d331e0011c69d40e285ef710cca09c093159.tar.gz
Move definition of struct segoff_s from farptr.h to types.h.
The segoff_s definition is used by a number of header files that would not otherwise need farptr.h, so move it to a more central location. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/pmm.c')
-rw-r--r--src/pmm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pmm.c b/src/pmm.c
index e87cfd1..cce0f29 100644
--- a/src/pmm.c
+++ b/src/pmm.c
@@ -6,7 +6,6 @@
#include "biosvar.h" // FUNC16
#include "config.h" // CONFIG_*
-#include "farptr.h" // struct segoff_s
#include "malloc.h" // _malloc
#include "output.h" // dprintf
#include "string.h" // checksum