nb/intel/i945/memmap.c: Clean up includes

Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Change-Id: Ie5d7d1dd446428d12a2f904545682e8fb9cd82f9
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68050
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
This commit is contained in:
Elyes Haouas 2022-10-02 20:19:07 +02:00 committed by Martin Roth
parent 89d9bf900f
commit 072c99a0df
1 changed files with 3 additions and 4 deletions

View File

@ -3,17 +3,16 @@
// Use simple device model for this file even in ramstage
#define __SIMPLE_DEVICE__
#include <device/pci_ops.h>
#include <arch/romstage.h>
#include <cbmem.h>
#include "i945.h"
#include <console/console.h>
#include <cpu/x86/mtrr.h>
#include <cpu/x86/smm.h>
#include <program_loading.h>
#include <cpu/intel/smm_reloc.h>
#include <device/pci_ops.h>
#include <types.h>
#include "i945.h"
/* Decodes TSEG region size to bytes. */
u32 decode_tseg_size(const u8 esmramc)
{