sb/intel/common/pmbase.c: Clean up includes
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Change-Id: Ie23472d45c8232f5c907ec1757a648fa1a27d533 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68049 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@gmail.com>
This commit is contained in:
parent
ddd43de586
commit
89d9bf900f
|
@ -1,13 +1,12 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <stdint.h>
|
||||
#include <acpi/acpi.h>
|
||||
#include <arch/io.h>
|
||||
#include <assert.h>
|
||||
#include <bootmode.h>
|
||||
#include <device/pci_ops.h>
|
||||
#include <device/device.h>
|
||||
#include <device/pci.h>
|
||||
#include <assert.h>
|
||||
#include <device/pci_type.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "pmbase.h"
|
||||
#include "pmutil.h"
|
||||
|
|
Loading…
Reference in New Issue