aboutsummaryrefslogtreecommitdiff
path: root/tests/server/util.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2005-12-18 15:36:14 +0000
committerYang Tse <yangsita@gmail.com>2005-12-18 15:36:14 +0000
commitd6c5d24af3627ec12721e7d286d426ed12901b55 (patch)
treefde31d9d7ef60d7edeb515ce82591a6283c0923b /tests/server/util.h
parent8a3280a2de29f1136e6f3986c670002b038ac903 (diff)
Cleanup windows header includes. Where aplicable, inclusion of
windows.h winsock.h winsock2.h ws2tcpip.h is done in setup.h
Diffstat (limited to 'tests/server/util.h')
-rw-r--r--tests/server/util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/server/util.h b/tests/server/util.h
index 357b49cc9..de33462cf 100644
--- a/tests/server/util.h
+++ b/tests/server/util.h
@@ -39,8 +39,6 @@ void logmsg(const char *msg, ...);
extern const char *path;
#if defined(WIN32) && !defined(__CYGWIN__)
-#include <windows.h>
-#include <winsock2.h>
#include <process.h>
#define sleep(sec) Sleep ((sec)*1000)