about summary refs log tree commit diff stats
path: root/src/GridText.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1998-08-06 13:04:14 -0400
committerThomas E. Dickey <dickey@invisible-island.net>1998-08-06 13:04:14 -0400
commitd7e8d7e419ae58610a9988ff09910670a59526ff (patch)
treea7c02ce435a282a5f60b1a297b5dd4d053b92d67 /src/GridText.c
parente6ba2a01f70f84d9133cf305e4b493c9d656cb21 (diff)
downloadlynx-snapshots-d7e8d7e419ae58610a9988ff09910670a59526ff.tar.gz
snapshot of project "lynx", label v2-8-1dev_20
Diffstat (limited to 'src/GridText.c')
-rw-r--r--src/GridText.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/GridText.c b/src/GridText.c
index bff01ebd..192b9d21 100644
--- a/src/GridText.c
+++ b/src/GridText.c
@@ -3,7 +3,6 @@
 */
 
 #include <HTUtils.h>
-#include <tcp.h>
 #include <HTString.h>
 #include <HTFont.h>
 #include <HTAccess.h>
@@ -16,7 +15,6 @@
 #include <UCAux.h>
 
 #include <assert.h>
-#include <ctype.h>
 #ifndef VMS
 #ifdef SYSLOG_REQUESTED_URLS
 #include <syslog.h>
@@ -72,8 +70,6 @@ struct _HTStream {                      /* only know it as object */
 #define IS_UTF_EXTRA(ch) (text->T.output_utf8 && \
 			  ((unsigned char)(ch)&0xc0) == 0x80)
 
-#define FREE(x) if (x) {free(x); x = NULL;}
-
 extern BOOL HTPassHighCtrlRaw;
 extern HTkcode kanji_code;
 extern HTCJKlang HTCJK;