diff options
Diffstat (limited to 'WWW/Library/Implementation/tcp.h')
-rw-r--r-- | WWW/Library/Implementation/tcp.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/WWW/Library/Implementation/tcp.h b/WWW/Library/Implementation/tcp.h index e6f8e2de..6d4eae6f 100644 --- a/WWW/Library/Implementation/tcp.h +++ b/WWW/Library/Implementation/tcp.h @@ -59,12 +59,6 @@ Default values typedef struct sockaddr_in SockA; /* See netinet/in.h */ - -#ifndef STDIO_H -#include <stdio.h> -#define STDIO_H -#endif /* !STDIO_H */ - #ifndef VMS #include <sys/types.h> @@ -158,7 +152,6 @@ IBM-PC running Windows NT #include <time.h> #include <errno.h> #include <direct.h> -#include <stdio.h> #include <winsock.h> typedef struct sockaddr_in SockA; /* See netinet/in.h */ #define EINPROGRESS (WSABASEERR+36) @@ -271,11 +264,6 @@ extern int socket_ioctl(); #include <string.h> -#ifndef STDIO_H -#include <stdio.h> -#define STDIO_H -#endif /* !STDIO_H */ - #include <file.h> #include <stat.h> #include <unixio.h> |