src: Remove unused include <string.h>

Change-Id: Ic6b66dd8fa387e67bb0ce609fb7e2553eeb66b3c
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37888
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
Elyes HAOUAS 2019-12-21 08:14:07 +01:00 committed by Patrick Georgi
parent a8a7374e84
commit 4200a52263
8 changed files with 0 additions and 8 deletions

View File

@ -13,7 +13,6 @@
*/
#include <stdint.h>
#include <string.h>
#include <arch/acpi.h>
#include <arch/ebda.h>
#include <commonlib/endian.h>

View File

@ -19,7 +19,6 @@
#include <device/pci.h>
#include <device/pci_ids.h>
#include <stdint.h>
#include <string.h>
#include "chip.h"

View File

@ -15,7 +15,6 @@
#include <console/console.h>
#include <ctype.h>
#include <lib.h>
#include <string.h>
void hexdump(const void *memory, size_t length)
{

View File

@ -13,7 +13,6 @@
#include <ctype.h>
#include <lib.h>
#include <string.h>
size_t hexstrtobin(const char *str, uint8_t *buf, size_t len)
{

View File

@ -18,7 +18,6 @@
#include <console/console.h>
#include <fmap.h>
#include <stdint.h>
#include <string.h>
#include <symbols.h>
#include <vb2_api.h>
#include <security/vboot/misc.h>

View File

@ -22,7 +22,6 @@
#include <console/console.h>
#include <cpu/x86/smm.h>
#include <types.h>
#include <string.h>
#include <cpu/x86/msr.h>
#include <cpu/x86/tsc.h>
#include <cpu/intel/turbo.h>

View File

@ -27,7 +27,6 @@
#include <soc/pch.h>
#include <soc/pci_devs.h>
#include <soc/systemagent.h>
#include <string.h>
static struct {
u32 cpuid;

View File

@ -13,7 +13,6 @@
* GNU General Public License for more details.
*/
#include <string.h>
#include <arch/cache.h>
#include <cbfs.h>
#include <halt.h>