diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-01-12 10:05:27 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2020-01-13 11:20:13 +0000 |
commit | cf76076f22bc8c231948d84a8ef14627b4ce09fc (patch) | |
tree | f65c97664ec36eaf88152c251f0ffb02bd240cca | |
parent | 25479cd207669eb1c892111d263731829496f256 (diff) | |
download | coreboot-cf76076f22bc8c231948d84a8ef14627b4ce09fc.tar.xz |
mb/gigabyte/ga-b75m-d3h/acpi_tables.c: Remove unneeded includes
Change-Id: Ic94e60188dbb9cdee959ecfa5ef14c92f125e3f2
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/26892
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
-rw-r--r-- | src/mainboard/gigabyte/ga-b75m-d3h/acpi_tables.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/gigabyte/ga-b75m-d3h/acpi_tables.c b/src/mainboard/gigabyte/ga-b75m-d3h/acpi_tables.c index 441ebc254b..b9d951091b 100644 --- a/src/mainboard/gigabyte/ga-b75m-d3h/acpi_tables.c +++ b/src/mainboard/gigabyte/ga-b75m-d3h/acpi_tables.c @@ -13,7 +13,6 @@ * GNU General Public License for more details. */ -#include <string.h> #include <southbridge/intel/bd82x6x/nvs.h> #include "thermal.h" |