From: Daniel Stenberg Date: Wed, 3 Mar 2004 10:09:30 +0000 (+0000) Subject: removed include stuff now handled by test.h X-Git-Tag: upstream/7.37.1~13285 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=87a1c7033eba20fc91cb4a5b0b96fb2f6f301ad1;p=platform%2Fupstream%2Fcurl.git removed include stuff now handled by test.h --- diff --git a/tests/libtest/lib503.c b/tests/libtest/lib503.c index 2e4f742..e2bd421 100644 --- a/tests/libtest/lib503.c +++ b/tests/libtest/lib503.c @@ -1,13 +1,7 @@ #include "test.h" -#ifdef HAVE_SYS_SOCKET_H -#include -#endif #include #include -#ifdef HAVE_SYS_SELECT_H -#include -#endif /* * Source code in here hugely as reported in bug report 651460 by diff --git a/tests/libtest/lib504.c b/tests/libtest/lib504.c index 269c1a2..bfffd39 100644 --- a/tests/libtest/lib504.c +++ b/tests/libtest/lib504.c @@ -1,13 +1,7 @@ #include "test.h" -#ifdef HAVE_SYS_SOCKET_H -#include -#endif #include #include -#ifdef HAVE_SYS_SELECT_H -#include -#endif /* * Source code in here hugely as reported in bug report 651464 by diff --git a/tests/libtest/lib507.c b/tests/libtest/lib507.c index 89591f4..f451694 100644 --- a/tests/libtest/lib507.c +++ b/tests/libtest/lib507.c @@ -1,12 +1,5 @@ #include "test.h" -#ifdef HAVE_SYS_SOCKET_H -#include -#endif -#ifdef HAVE_SYS_SELECT_H -#include -#endif - int test(char *URL) { CURL* curls; diff --git a/tests/libtest/lib509.c b/tests/libtest/lib509.c index 84c4ee5..b6e9ca6 100644 --- a/tests/libtest/lib509.c +++ b/tests/libtest/lib509.c @@ -2,14 +2,8 @@ #ifdef USE_SSLEAY -#ifdef HAVE_SYS_SOCKET_H -#include -#endif #include #include -#ifdef HAVE_SYS_SELECT_H -#include -#endif #include #include