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

Unused includes found using following commande:
diff <(git grep -l '#include <string.h>' -- src/) <(git grep -l 'memcpy\|memmove\|memset\|memcmp\|memchr\|strdup\|strconcat\|strnlen\|strlen\|strchr\|strncpy\|strcpy\|strcmp\|strncmp\|strspn\|strcspn\|atol\|strrchr\|skip_atoi\|STRINGIFY' -- src/) |grep -v vendorcode |grep '<'

Change-Id: Ibaeec213b6019dfa9c45e3424b38af0e094d0c51
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41242
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Wim Vervoorn <wvervoorn@eltan.com>
This commit is contained in:
Elyes HAOUAS 2020-05-11 19:59:14 +02:00 committed by Patrick Georgi
commit b74f45e9c4
27 changed files with 0 additions and 27 deletions

View file

@ -7,7 +7,6 @@
#include <security/tpm/tss.h>
#include <assert.h>
#include <security/vboot/misc.h>
#include <string.h>
#include <vb2_api.h>
#include <vb2_sha.h>

View file

@ -7,7 +7,6 @@
#include <security/vboot/antirollback.h>
#include <security/vboot/tpm_common.h>
#include <string.h>
#include <security/tpm/tspi.h>
#include <security/tpm/tss.h>
#include <security/tpm/tss/tcg-1.2/tss_structures.h>