Removed some duplicated #includes

This commit is contained in:
Dan Fandrich 2008-05-21 21:08:31 +00:00
parent abe2e6ecf7
commit 100945694a
2 changed files with 0 additions and 6 deletions

View File

@ -52,9 +52,6 @@
#ifdef HAVE_FCNTL_H
#include <fcntl.h>
#endif
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
#ifdef HAVE_ARPA_INET_H
#include <arpa/inet.h>
#endif

View File

@ -113,9 +113,6 @@
#define _MPRINTF_REPLACE /* use our functions only */
#include <curl/mprintf.h>
#define _MPRINTF_REPLACE /* use our functions only */
#include <curl/mprintf.h>
/* The last #include file should be: */
#ifdef CURLDEBUG
#include "memdebug.h"