src: Remove unused 'include <string.h>'

Change-Id: I2a94c3b6282e9915fd2b8136b124740c8a7b774c
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36082
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
Elyes HAOUAS
2019-10-16 21:21:30 +02:00
committed by Felix Held
parent 80df052d35
commit c888a7bbaa
36 changed files with 0 additions and 36 deletions

View File

@@ -17,7 +17,6 @@
#include <console/console.h>
#include <delay.h>
#include <device/i2c_simple.h>
#include <string.h>
#include <symbols.h>
#include <timer.h>
#include <device/mmio.h>

View File

@@ -16,7 +16,6 @@
#include <device/mmio.h>
#include <edid.h>
#include <stdlib.h>
#include <string.h>
#include <stddef.h>
#include <soc/addressmap.h>
#include <soc/ddp.h>

View File

@@ -19,7 +19,6 @@
#include <arch/barrier.h>
#include <console/console.h>
#include <soc/addressmap.h>
#include <string.h>
#include <stdint.h>
#include <types.h>