From 52082be9d6065de40d5354868f884c0c454d86dc Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Mon, 5 Oct 2020 12:34:29 +0200 Subject: security/intel/txt: Clean up includes Sort them alphabetically, and use everywhere. Drop unused header, too. Change-Id: Ib8f3339e5969cf8552984164fa7e08e070987a24 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/46049 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Rudolph --- src/security/intel/txt/logging.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/security/intel/txt/logging.c') diff --git a/src/security/intel/txt/logging.c b/src/security/intel/txt/logging.c index f329cf975f..24def330f9 100644 --- a/src/security/intel/txt/logging.c +++ b/src/security/intel/txt/logging.c @@ -1,12 +1,9 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include -#if CONFIG(SOC_INTEL_COMMON_BLOCK_SA) -#include -#endif - #include +#include #include +#include #include "txt.h" #include "txt_register.h" -- cgit v1.2.3