summaryrefslogtreecommitdiff
path: root/board/cr50/tpm2/ecc.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/cr50/tpm2/ecc.c')
-rw-r--r--board/cr50/tpm2/ecc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/cr50/tpm2/ecc.c b/board/cr50/tpm2/ecc.c
index 5607aaff87..a8263b643e 100644
--- a/board/cr50/tpm2/ecc.c
+++ b/board/cr50/tpm2/ecc.c
@@ -13,9 +13,6 @@
#include "util.h"
#include "dcrypto.h"
-#include "cryptoc/p256.h"
-#include "cryptoc/p256_ecdsa.h"
-
static void reverse_tpm2b(TPM2B *b)
{
reverse(b->buffer, b->size);