aboutsummaryrefslogtreecommitdiff
path: root/src/security/intel/txt/getsec.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-10-05 12:34:29 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-10-12 08:52:51 +0000
commit52082be9d6065de40d5354868f884c0c454d86dc (patch)
treef103b645947ac39bb85541fac43afd8b2084059d /src/security/intel/txt/getsec.c
parent7a04d05f1d54f93ae8d4d7b53eb5c1119446da49 (diff)
security/intel/txt: Clean up includes
Sort them alphabetically, and use <types.h> everywhere. Drop unused <intelblocks/systemagent.h> header, too. Change-Id: Ib8f3339e5969cf8552984164fa7e08e070987a24 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/46049 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/security/intel/txt/getsec.c')
-rw-r--r--src/security/intel/txt/getsec.c2
1 files changed, 1 insertions, 1 deletions
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 <stdint.h>
#include <cpu/x86/lapic.h>
#include <cpu/x86/cr.h>
#include <cpu/x86/cache.h>
#include <cpu/x86/mp.h>
+#include <types.h>
#include "txt_register.h"
#include "txt_getsec.h"