aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorJens Wiklander <jens.wiklander@linaro.org>2019-03-26 20:57:13 +0100
committerJérôme Forissier <jerome.forissier@linaro.org>2019-03-28 14:11:23 +0100
commit5edbd86a96a09538b07ec1f6c5db4277e1c82e96 (patch)
treed819d6371b51c015869c1b7f9ec76ca17839850b /core
parent1f3b11151257f0984bf32070f56b542e58b788a0 (diff)
core: ltc: tomcrypt.c: remove unused includes
Removes #include of files not needed any longer. Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Diffstat (limited to 'core')
-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>