aboutsummaryrefslogtreecommitdiffstats
path: root/src/post.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2013-09-15 00:31:17 -0400
committerKevin O'Connor <kevin@koconnor.net>2013-09-18 20:48:35 -0400
commit07cf73bad4c622cb92bf509c1b77572cc54d17e9 (patch)
tree60e03250d665e699615b1070b3925cd73fa9b29e /src/post.c
parent392d2aacb6065319be3d31fdb37fef393e0149a9 (diff)
downloadseabios-07cf73bad4c622cb92bf509c1b77572cc54d17e9.tar.gz
Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/post.c')
-rw-r--r--src/post.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/post.c b/src/post.c
index 512c716d..592176d0 100644
--- a/src/post.c
+++ b/src/post.c
@@ -6,7 +6,6 @@
// This file may be distributed under the terms of the GNU LGPLv3 license.
#include "biosvar.h" // SET_BDA
-#include "boot.h" // boot_init
#include "bregs.h" // struct bregs
#include "config.h" // CONFIG_*
#include "fw/paravirt.h" // qemu_cfg_preinit
@@ -25,7 +24,6 @@
#include "malloc.h" // malloc_init
#include "memmap.h" // add_e820
#include "output.h" // dprintf
-#include "post.h" // interface_init
#include "string.h" // memset
#include "util.h" // kbd_init