From c5a5b369a8f27b3aa8ea63e452f1474f9ef37cd9 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sat, 30 Nov 2019 20:07:30 +0100 Subject: src/include: Remove unused MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I9e5d18739e7c5b5c742a905ac482529c7e0866df Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/37827 Reviewed-by: Kyösti Mälkki Reviewed-by: Angel Pons Reviewed-by: Frans Hendriks Tested-by: build bot (Jenkins) --- src/include/bootstate.h | 1 - src/include/device/i2c_bus.h | 1 - src/include/string.h | 1 - 3 files changed, 3 deletions(-) (limited to 'src/include') diff --git a/src/include/bootstate.h b/src/include/bootstate.h index 26038c6101..c53884e944 100644 --- a/src/include/bootstate.h +++ b/src/include/bootstate.h @@ -16,7 +16,6 @@ #define BOOTSTATE_H #include -#include #include #include /* Only declare main() when in ramstage. */ diff --git a/src/include/device/i2c_bus.h b/src/include/device/i2c_bus.h index 5302d20228..81eae11e2f 100644 --- a/src/include/device/i2c_bus.h +++ b/src/include/device/i2c_bus.h @@ -14,7 +14,6 @@ #ifndef _DEVICE_I2C_BUS_H_ #define _DEVICE_I2C_BUS_H_ -#include #include #include #include diff --git a/src/include/string.h b/src/include/string.h index bcfc111431..b55ca5fba6 100644 --- a/src/include/string.h +++ b/src/include/string.h @@ -2,7 +2,6 @@ #define STRING_H #include -#include #include -- cgit v1.2.3