lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev [patch][dev17] Superfluous #includes removed


From: John Bley
Subject: lynx-dev [patch][dev17] Superfluous #includes removed
Date: Wed, 17 Feb 1999 13:58:17 -0500 (EST)

Most blatant superfluous #includes fixed here - I didn't touch ones 
located between heterogenous #ifdefs since I didn't want to get into that 
particularly ontological argument.

-- 
John Bley - address@hidden
Duke '99 - English/Computer Science
  Since English is a mess, it maps well onto the problem space,
  which is also a mess, which we call reality.     - Larry Wall

diff -Burp lynx2-8-2/WWW/Library/Implementation/HTGopher.c 
lynx2-8-2-patched/WWW/Library/Implementation/HTGopher.c
--- lynx2-8-2/WWW/Library/Implementation/HTGopher.c     Wed Feb 17 09:29:33 1999
+++ lynx2-8-2-patched/WWW/Library/Implementation/HTGopher.c     Wed Feb 17 
13:40:21 1999
@@ -58,9 +58,7 @@
 #define GOPHER_PLUS_SOUND      '<'
 #define GOPHER_PLUS_PDF        'P'
 
-#include <HTParse.h>
 #include <HTFormat.h>
-#include <HTTCP.h>
 
 /*
 **  Hypertext object building machinery.
diff -Burp lynx2-8-2/WWW/Library/Implementation/HTPlain.c 
lynx2-8-2-patched/WWW/Library/Implementation/HTPlain.c
--- lynx2-8-2/WWW/Library/Implementation/HTPlain.c      Wed Nov 18 14:23:55 1998
+++ lynx2-8-2-patched/WWW/Library/Implementation/HTPlain.c      Wed Feb 17 
13:41:01 1999
@@ -21,8 +21,6 @@
 
 #define BUFFER_SIZE 4096;      /* Tradeoff */
 
-#include <HText.h>
-#include <HTStyle.h>
 #include <HTMLDTD.h>
 #include <HTCJK.h>
 #include <UCMap.h>
diff -Burp lynx2-8-2/src/HTFWriter.c lynx2-8-2-patched/src/HTFWriter.c
--- lynx2-8-2/src/HTFWriter.c   Wed Jan 13 06:37:34 1999
+++ lynx2-8-2-patched/src/HTFWriter.c   Wed Feb 17 13:36:27 1999
@@ -18,7 +18,6 @@
 #include <HTAlert.h>
 #include <HTFile.h>
 #include <HTPlain.h>
-#include <HTFile.h>
 
 #include <LYStrings.h>
 #include <LYUtils.h>
diff -Burp lynx2-8-2/src/LYCookie.c lynx2-8-2-patched/src/LYCookie.c
--- lynx2-8-2/src/LYCookie.c    Wed Feb 17 09:29:33 1999
+++ lynx2-8-2-patched/src/LYCookie.c    Wed Feb 17 13:36:52 1999
@@ -67,8 +67,6 @@
 #include <LYEdit.h>
 #include <LYStrings.h>
 #include <GridText.h>
-#include <LYUtils.h>
-#include <LYCharUtils.h>
 #include <LYCookie.h>
 
 #include <LYLeaks.h>
diff -Burp lynx2-8-2/src/LYEdit.c lynx2-8-2-patched/src/LYEdit.c
--- lynx2-8-2/src/LYEdit.c      Wed Feb 17 09:29:33 1999
+++ lynx2-8-2-patched/src/LYEdit.c      Wed Feb 17 13:37:13 1999
@@ -8,7 +8,6 @@
 #include <LYGlobalDefs.h>
 #include <LYEdit.h>
 #include <LYStrings.h>
-#include <LYUtils.h>
 #ifdef VMS
 #include <unixio.h>
 #endif /* VMS */
diff -Burp lynx2-8-2/src/LYMain.c lynx2-8-2-patched/src/LYMain.c
--- lynx2-8-2/src/LYMain.c      Wed Feb 17 09:29:33 1999
+++ lynx2-8-2-patched/src/LYMain.c      Wed Feb 17 13:37:33 1999
@@ -18,7 +18,6 @@
 #include <LYClean.h>
 #include <LYCharSets.h>
 #include <LYCharUtils.h>
-#include <UCMap.h>
 #include <LYReadCFG.h>
 #include <LYrcFile.h>
 #include <LYKeymap.h>
diff -Burp lynx2-8-2/src/UCAuto.c lynx2-8-2-patched/src/UCAuto.c
--- lynx2-8-2/src/UCAuto.c      Wed Feb 17 09:29:33 1999
+++ lynx2-8-2-patched/src/UCAuto.c      Wed Feb 17 13:37:58 1999
@@ -22,7 +22,6 @@
 #include <UCAuto.h>
 #include <LYGlobalDefs.h>
 #include <LYClean.h>
-#include <LYUtils.h>
 
 #ifdef EXP_CHARTRANS_AUTOSWITCH
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]