src: Remove redundant includes
<types.h> is supposed to provide <commonlib/bsd/cb_err.h>, <stdbool.h>,<stdint.h> and <stddef.h>. So remove those includes each time when <types.h> is included. Change-Id: I886f02255099f3005852a2e6095b21ca86a940ed Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41817 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Julius Werner <jwerner@chromium.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
committed by
Patrick Georgi
parent
48378e1f8d
commit
0c154af217
@@ -4,7 +4,6 @@
|
||||
#define __AMDBLOCKS_ACPIMMIO_H__
|
||||
|
||||
#include <device/mmio.h>
|
||||
#include <stdint.h>
|
||||
#include <types.h>
|
||||
#include <amdblocks/acpimmio_map.h>
|
||||
|
||||
|
@@ -4,7 +4,6 @@
|
||||
#define __AMDBLOCKS_LPC_H__
|
||||
|
||||
#include <types.h>
|
||||
#include <stdint.h>
|
||||
|
||||
/* PCI registers for D14F3 */
|
||||
#define LPC_PCI_CONTROL 0x40
|
||||
|
@@ -7,8 +7,6 @@
|
||||
#include <console/console.h>
|
||||
#include <espi.h>
|
||||
#include <soc/pci_devs.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <timer.h>
|
||||
#include <types.h>
|
||||
|
||||
|
Reference in New Issue
Block a user