aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/connect.c3
-rw-r--r--lib/ssh.c3
2 files changed, 0 insertions, 6 deletions
diff --git a/lib/connect.c b/lib/connect.c
index 74380da1e..b3928ef1e 100644
--- a/lib/connect.c
+++ b/lib/connect.c
@@ -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
diff --git a/lib/ssh.c b/lib/ssh.c
index 276127f24..1723171c6 100644
--- a/lib/ssh.c
+++ b/lib/ssh.c
@@ -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"