summaryrefslogtreecommitdiff
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
parent09019f4f6cf50da7dd9e9b842bc3e62fe7858cc6 (diff)
Remove unused headers to aid compilation on Windows (MSVC).
-rw-r--r--infrastructure/buildenv-testmain-template.cpp1
-rw-r--r--test/crypto/testcrypto.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/infrastructure/buildenv-testmain-template.cpp b/infrastructure/buildenv-testmain-template.cpp
index 6855e990..81b82b1e 100644
--- a/infrastructure/buildenv-testmain-template.cpp
+++ b/infrastructure/buildenv-testmain-template.cpp
@@ -23,7 +23,6 @@
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
-#include <unistd.h>
#ifdef HAVE_NETDB_H
# include <netdb.h>
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"