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/getsec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/security/intel/txt/getsec.c') diff --git a/src/security/intel/txt/getsec.c b/src/security/intel/txt/getsec.c index 412e243a8f..422f10d7c8 100644 --- a/src/security/intel/txt/getsec.c +++ b/src/security/intel/txt/getsec.c @@ -1,10 +1,10 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include #include #include #include #include +#include #include "txt_register.h" #include "txt_getsec.h" -- cgit v1.2.3