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:
Elyes Haouas 2022-10-02 20:05:20 +02:00 committed by Martin Roth
parent ddd43de586
commit 89d9bf900f
1 changed files with 3 additions and 4 deletions

View File

@ -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"