aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/hex.h2
-rw-r--r--tests/test.c3
2 files changed, 1 insertions, 4 deletions
diff --git a/tests/hex.h b/tests/hex.h
index 3348028..5e90ce9 100644
--- a/tests/hex.h
+++ b/tests/hex.h
@@ -26,7 +26,7 @@
#include <stdlib.h>
#include <string.h>
-#include "../src/internal/nc-util.h"
+#include <nc-util.h>
typedef struct hexBytes
{
diff --git a/tests/test.c b/tests/test.c
index e94e3fd..2503925 100644
--- a/tests/test.c
+++ b/tests/test.c
@@ -24,9 +24,6 @@
#include <stdlib.h>
#include <noscrypt.h>
-#include <mbedtls/sha256.h>
-#include <mbedtls/platform_util.h>
-
#ifdef _NC_IS_WINDOWS
#define IS_WINDOWS
#endif