]> granicus.if.org Git - curl/commitdiff
Removed some duplicated #includes
authorDan Fandrich <dan@coneharvesters.com>
Wed, 21 May 2008 21:08:31 +0000 (21:08 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Wed, 21 May 2008 21:08:31 +0000 (21:08 +0000)
lib/connect.c
lib/ssh.c

index 74380da1e149e9708a506a192699605fc6bd5ede..b3928ef1ecff690671b258578064f82dfc496afe 100644 (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
index 276127f24d3a94bc1faddb572b268fe6d9d6fe15..1723171c601445ea01c832e4a2e7de30c2354fa6 100644 (file)
--- a/lib/ssh.c
+++ b/lib/ssh.c
 #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"