aboutsummaryrefslogtreecommitdiff
path: root/lib/telnet.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/telnet.c')
-rw-r--r--lib/telnet.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/telnet.c b/lib/telnet.c
index 74467ec86..756f358f4 100644
--- a/lib/telnet.c
+++ b/lib/telnet.c
@@ -30,12 +30,6 @@
#include <stdarg.h>
#include <stdlib.h>
#include <ctype.h>
-#ifdef HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
-#ifdef HAVE_SYS_STAT_H
-#include <sys/stat.h>
-#endif
#if defined(WIN32)
#include <time.h>
@@ -65,8 +59,7 @@
#include <sys/param.h>
#endif
-
-#endif
+#endif /* WIN32 */
#include "urldata.h"
#include <curl/curl.h>