aboutsummaryrefslogtreecommitdiff
path: root/lib/gopher.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gopher.c')
-rw-r--r--lib/gopher.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/gopher.c b/lib/gopher.c
index dc9c134b5..38f1f64a9 100644
--- a/lib/gopher.c
+++ b/lib/gopher.c
@@ -24,13 +24,6 @@
#ifndef CURL_DISABLE_GOPHER
-/* -- WIN32 approved -- */
-#include <stdio.h>
-#include <string.h>
-#include <stdarg.h>
-#include <stdlib.h>
-#include <ctype.h>
-
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif