src/device: Clean up includes

Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Change-Id: Idd78271f2158bdc29ce9ac8d81f46ad8cbe84c5e
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68205
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martin.roth@amd.corp-partner.google.com>
This commit is contained in:
Elyes Haouas
2022-10-07 10:08:05 +02:00
committed by Felix Held
parent 45d3205ba5
commit 04c3b5a016
13 changed files with 20 additions and 4 deletions

View File

@@ -1,13 +1,14 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <commonlib/bsd/helpers.h>
#include <console/console.h>
#include <device/device.h>
#include <device/path.h>
#include <device/pci_def.h>
#include <device/resource.h>
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
#include <types.h>
/**
* Given a Local APIC ID, find the device structure.