removed include stuff now handled by test.h
authorDaniel Stenberg <daniel@haxx.se>
Wed, 3 Mar 2004 10:09:30 +0000 (10:09 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 3 Mar 2004 10:09:30 +0000 (10:09 +0000)
tests/libtest/lib503.c
tests/libtest/lib504.c
tests/libtest/lib507.c
tests/libtest/lib509.c

index 2e4f742..e2bd421 100644 (file)
@@ -1,13 +1,7 @@
 #include "test.h"
 
-#ifdef HAVE_SYS_SOCKET_H
-#include <sys/socket.h>
-#endif
 #include <sys/time.h>
 #include <sys/types.h>
-#ifdef HAVE_SYS_SELECT_H
-#include <sys/select.h>
-#endif
 
 /*
  * Source code in here hugely as reported in bug report 651460 by
index 269c1a2..bfffd39 100644 (file)
@@ -1,13 +1,7 @@
 #include "test.h"
 
-#ifdef HAVE_SYS_SOCKET_H
-#include <sys/socket.h>
-#endif
 #include <sys/time.h>
 #include <sys/types.h>
-#ifdef HAVE_SYS_SELECT_H
-#include <sys/select.h>
-#endif
 
 /*
  * Source code in here hugely as reported in bug report 651464 by
index 89591f4..f451694 100644 (file)
@@ -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;
index 84c4ee5..b6e9ca6 100644 (file)
@@ -2,14 +2,8 @@
 
 #ifdef USE_SSLEAY
 
-#ifdef HAVE_SYS_SOCKET_H
-#include <sys/socket.h>
-#endif
 #include <sys/time.h>
 #include <sys/types.h>
-#ifdef HAVE_SYS_SELECT_H
-#include <sys/select.h>
-#endif
 
 #include <openssl/opensslv.h>
 #include <openssl/x509v3.h>