removed include stuff now handled by test.h

This commit is contained in:
Daniel Stenberg 2004-03-03 10:09:30 +00:00
parent 6e3fa90c9e
commit 87a1c7033e
4 changed files with 0 additions and 25 deletions

View 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

View 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

View 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;

View 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>