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/ramstage.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/security/intel/txt/ramstage.c') diff --git a/src/security/intel/txt/ramstage.c b/src/security/intel/txt/ramstage.c index 145182fb75..fb84777ede 100644 --- a/src/security/intel/txt/ramstage.c +++ b/src/security/intel/txt/ramstage.c @@ -1,16 +1,15 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include #include -#include +#include #include -#include -#include +#include #include +#include #include #include - #include +#include #include "txt.h" #include "txt_register.h" -- cgit v1.2.3