]> granicus.if.org Git - curl/commitdiff
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 2e4f74232bb3608c062cdd7e3ff8e8d66e85802c..e2bd42145f98dcdfe835e03e6be24f46f43a2a3b 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 269c1a231dccda43a517cb818c7cf46a7ddcc1a7..bfffd39711f65b337faefc6251a2b4af5b850fa9 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 89591f483aba8ced04393cca497fe7183aad53af..f45169496f5814cada7b47bfe1391495a5eb6771 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 84c4ee5dec8f7c0544713e792ce33447d60796a3..b6e9ca6ddb73929072204ee279d956900fa8aebf 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>