summaryrefslogtreecommitdiff
path: root/nuttx/crypto/testmngr.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/crypto/testmngr.c')
-rw-r--r--nuttx/crypto/testmngr.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/nuttx/crypto/testmngr.c b/nuttx/crypto/testmngr.c
index 46ac00ac1..d307599d0 100644
--- a/nuttx/crypto/testmngr.c
+++ b/nuttx/crypto/testmngr.c
@@ -44,12 +44,11 @@
#include <string.h>
#include <poll.h>
#include <errno.h>
+#include <debug.h>
#include <nuttx/fs/fs.h>
-
-#include <crypto/crypto.h>
#include <nuttx/kmalloc.h>
-#include <debug.h>
+#include <nuttx/crypto/crypto.h>
#ifdef CONFIG_CRYPTO_ALGTEST