From 64175bcb763315193dfce96c9d71323fe425c6bc Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sat, 8 Jan 2022 08:27:38 +0100 Subject: [PATCH] src: Remove redundant and and are always automatically included in all compilation units by the build system Change-Id: I9528c47f4b7cd22c5a56d6a59b3bfe53197cc4d8 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/60932 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/lib/string.c | 1 - src/lib/thread.c | 1 - src/security/intel/txt/getsec.c | 1 - src/security/tpm/tspi/tspi.c | 1 - 4 files changed, 4 deletions(-) diff --git a/src/lib/string.c b/src/lib/string.c index 9677520137..a9515f70ce 100644 --- a/src/lib/string.c +++ b/src/lib/string.c @@ -1,6 +1,5 @@ #include #include -#include #include #include #include diff --git a/src/lib/thread.c b/src/lib/thread.c index 0393ca7db0..a1c84dce59 100644 --- a/src/lib/thread.c +++ b/src/lib/thread.c @@ -5,7 +5,6 @@ #include #include #include -#include #include #include #include diff --git a/src/security/intel/txt/getsec.c b/src/security/intel/txt/getsec.c index cd2292745f..16ffedd24c 100644 --- a/src/security/intel/txt/getsec.c +++ b/src/security/intel/txt/getsec.c @@ -9,7 +9,6 @@ #include #include #include -#include #include "txt_register.h" #include "txt_getsec.h" diff --git a/src/security/tpm/tspi/tspi.c b/src/security/tpm/tspi/tspi.c index e2d6d1e56e..563e8f0cd5 100644 --- a/src/security/tpm/tspi/tspi.c +++ b/src/security/tpm/tspi/tspi.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include #include #include #include