From 07cf73bad4c622cb92bf509c1b77572cc54d17e9 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sun, 15 Sep 2013 00:31:17 -0400 Subject: Merge bmp.h, boot.h, jpeg.h, and post.h into util.h. Signed-off-by: Kevin O'Connor --- src/fw/coreboot.c | 1 - src/fw/csm.c | 2 -- 2 files changed, 3 deletions(-) (limited to 'src/fw') diff --git a/src/fw/coreboot.c b/src/fw/coreboot.c index 7d877eb..a234e97 100644 --- a/src/fw/coreboot.c +++ b/src/fw/coreboot.c @@ -5,7 +5,6 @@ // This file may be distributed under the terms of the GNU LGPLv3 license. #include "block.h" // MAXDESCSIZE -#include "boot.h" // boot_add_cbfs #include "byteorder.h" // be32_to_cpu #include "config.h" // CONFIG_* #include "hw/pci.h" // pci_probe_devices diff --git a/src/fw/csm.c b/src/fw/csm.c index d241b17..cd16641 100644 --- a/src/fw/csm.c +++ b/src/fw/csm.c @@ -4,7 +4,6 @@ // // This file may be distributed under the terms of the GNU LGPLv3 license. -#include "boot.h" #include "bregs.h" #include "config.h" // CONFIG_* #include "farptr.h" // MAKE_FLATPTR @@ -13,7 +12,6 @@ #include "malloc.h" // csm_malloc_preinit #include "memmap.h" #include "output.h" // dprintf -#include "post.h" #include "stacks.h" // wait_threads #include "std/acpi.h" // RSDP_SIGNATURE #include "std/bda.h" // struct bios_data_area_s -- cgit v1.2.1