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:
parent
f769ee3e1b
commit
b74f45e9c4
27 changed files with 0 additions and 27 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue