summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-12-08 23:05:23 +0000
committerChris Wilson <chris+github@qwirx.com>2015-12-08 23:06:36 +0000
commit1f40f0f2003553f0bba6953dcecf73a0d2054f1b (patch)
tree9c500867d5c3f26867f39536779ca4cc97624dc7 /test
parent09019f4f6cf50da7dd9e9b842bc3e62fe7858cc6 (diff)
Remove unused headers to aid compilation on Windows (MSVC).
Diffstat (limited to 'test')
-rw-r--r--test/crypto/testcrypto.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/crypto/testcrypto.cpp b/test/crypto/testcrypto.cpp
index 6d90e5e7..4e623cc2 100644
--- a/test/crypto/testcrypto.cpp
+++ b/test/crypto/testcrypto.cpp
@@ -10,7 +10,6 @@
#include "Box.h"
#include <string.h>
-#include <strings.h>
#include <openssl/rand.h>
#include "Test.h"