aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/lib/libtomcrypt/tomcrypt.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/core/lib/libtomcrypt/tomcrypt.c b/core/lib/libtomcrypt/tomcrypt.c
index db4d38b3..e8ffc67e 100644
--- a/core/lib/libtomcrypt/tomcrypt.c
+++ b/core/lib/libtomcrypt/tomcrypt.c
@@ -3,20 +3,12 @@
* Copyright (c) 2014, Linaro Limited
*/
-#include <assert.h>
#include <crypto/crypto.h>
-#include <kernel/panic.h>
-#include <stdlib.h>
-#include <string_ext.h>
-#include <string.h>
#include <tee_api_types.h>
-#include <tee_api_defines_extensions.h>
-#include <tee/tee_cryp_utl.h>
+#include <tee_api_defines.h>
#include <tomcrypt.h>
#include "tomcrypt_mp.h"
#include <trace.h>
-#include <utee_defines.h>
-#include <util.h>
#if defined(CFG_WITH_VFP)
#include <tomcrypt_arm_neon.h>