tree: Drop unused <string.h>

Change-Id: I0e216cbc4acf9571c65c345a1764e74485f89438
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81818
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Elyes Haouas 2024-04-10 10:34:08 +02:00
commit 327a0a7baf
20 changed files with 0 additions and 20 deletions

View file

@ -6,7 +6,6 @@
#include <cpu/x86/mtrr.h>
#include <cpu/amd/mtrr.h>
#include <cpu/x86/cache.h>
#include <string.h>
#include <northbridge/amd/agesa/agesa_helper.h>
/* TODO: Do we want MTRR_DEF_TYPE_MSR too? */

View file

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <stdlib.h>
#include <string.h>
#include <option.h>
#include <smmstore.h>

View file

@ -2,7 +2,6 @@
#include <console/console.h>
#include <drivers/ipmi/ipmi_if.h>
#include <string.h>
#include "ipmi_ocp.h"

View file

@ -4,7 +4,6 @@
#include <acpi/acpigen.h>
#include <device/device.h>
#include <device/path.h>
#include <string.h>
#include "chip.h"