tree: Remove duplicated includes

Change-Id: I09dd5871cb366ef95410efc1ca6c4337f23b52fd
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79912
Reviewed-by: Jonathon Hall <jonathon.hall@puri.sm>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
Elyes Haouas 2024-01-12 08:37:01 +01:00 committed by Felix Singer
parent 47f5a087ec
commit 84aa556283
2 changed files with 0 additions and 2 deletions

View File

@ -6,7 +6,6 @@
#include <drivers/usb/acpi/chip.h>
#include <fw_config.h>
#include <gpio.h>
#include <soc/pci_devs.h>
#include <ec/google/chromeec/ec.h>
#include <device/pci_ops.h>
#include <intelblocks/power_limit.h>

View File

@ -12,7 +12,6 @@
#include "gpio.h"
#include <gpio.h>
#include <timer.h>
#include <delay.h>
static int64_t bmc_ready_elapsed = 0;