summaryrefslogtreecommitdiff
path: root/tests/libtest/lib507.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-03 10:09:30 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-03 10:09:30 +0000
commit87a1c7033eba20fc91cb4a5b0b96fb2f6f301ad1 (patch)
treee2b31228522c149d482e8f77b0ad966bb14f6a02 /tests/libtest/lib507.c
parent6e3fa90c9e69541990f2da44a1cb7911886feea7 (diff)
downloadgnurl-87a1c7033eba20fc91cb4a5b0b96fb2f6f301ad1.tar.gz
gnurl-87a1c7033eba20fc91cb4a5b0b96fb2f6f301ad1.tar.bz2
gnurl-87a1c7033eba20fc91cb4a5b0b96fb2f6f301ad1.zip
removed include stuff now handled by test.h
Diffstat (limited to 'tests/libtest/lib507.c')
-rw-r--r--tests/libtest/lib507.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/libtest/lib507.c b/tests/libtest/lib507.c
index 89591f483..f45169496 100644
--- a/tests/libtest/lib507.c
+++ b/tests/libtest/lib507.c
@@ -1,12 +1,5 @@
#include "test.h"
-#ifdef HAVE_SYS_SOCKET_H
-#include <sys/socket.h>
-#endif
-#ifdef HAVE_SYS_SELECT_H
-#include <sys/select.h>
-#endif
-
int test(char *URL)
{
CURL* curls;