summaryrefslogtreecommitdiff
path: root/toxcore/crypto_core_mem.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/crypto_core_mem.c')
-rw-r--r--toxcore/crypto_core_mem.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/toxcore/crypto_core_mem.c b/toxcore/crypto_core_mem.c
index 86f3d0c9..b8c0bd9b 100644
--- a/toxcore/crypto_core_mem.c
+++ b/toxcore/crypto_core_mem.c
@@ -29,8 +29,6 @@
29#if defined(_WIN32) || defined(__WIN32__) || defined(WIN32) 29#if defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
30#include <windows.h> 30#include <windows.h>
31#include <wincrypt.h> 31#include <wincrypt.h>
32#elif defined(HAVE_EXPLICIT_BZERO)
33#include <string.h>
34#endif 32#endif
35#endif 33#endif
36 34