diff options
Diffstat (limited to 'WWW/Library/Implementation/HTGopher.c')
-rw-r--r-- | WWW/Library/Implementation/HTGopher.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/WWW/Library/Implementation/HTGopher.c b/WWW/Library/Implementation/HTGopher.c index 734b6f2f..9bfac99c 100644 --- a/WWW/Library/Implementation/HTGopher.c +++ b/WWW/Library/Implementation/HTGopher.c @@ -16,7 +16,6 @@ */ #include <HTUtils.h> /* Coding convention macros */ -#include <tcp.h> #include <HTAlert.h> #include <HTParse.h> #include <HTTCP.h> @@ -61,14 +60,10 @@ #define GOPHER_PLUS_SOUND '<' #define GOPHER_PLUS_PDF 'P' -#include <ctype.h> - #include <HTParse.h> #include <HTFormat.h> #include <HTTCP.h> -#define FREE(x) if (x) {free(x); x = NULL;} - /* ** Hypertext object building machinery. */ |