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
commit 4200a52263
8 changed files with 0 additions and 8 deletions

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>