lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev [PATCH][dev21] remove big pile of useless #includes


From: John Bley
Subject: lynx-dev [PATCH][dev21] remove big pile of useless #includes
Date: Fri, 2 Apr 1999 15:45:43 -0500 (EST)

* Big pile of unneeded #includes removed (John Bley)

-- 
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/HTAssoc.c 
lynx2-8-2-patched/WWW/Library/Implementation/HTAssoc.c
--- lynx2-8-2/WWW/Library/Implementation/HTAssoc.c      Thu Aug  6 08:28:22 1998
+++ lynx2-8-2-patched/WWW/Library/Implementation/HTAssoc.c      Fri Apr  2 
15:08:36 1999
@@ -18,7 +18,6 @@
 
 #include <HTUtils.h>
 
-#include <HTAAUtil.h>
 #include <HTAssoc.h>
 #include <HTString.h>
 
diff -Burp lynx2-8-2/WWW/Library/Implementation/HTLex.c 
lynx2-8-2-patched/WWW/Library/Implementation/HTLex.c
--- lynx2-8-2/WWW/Library/Implementation/HTLex.c        Sat Dec 12 23:10:36 1998
+++ lynx2-8-2-patched/WWW/Library/Implementation/HTLex.c        Fri Apr  2 
15:08:49 1999
@@ -15,7 +15,6 @@
 
 #include <HTUtils.h>
 
-#include <HTAAUtil.h>
 #include <HTLex.h>     /* Implemented here */
 
 #include <LYLeaks.h>
diff -Burp lynx2-8-2/src/GridText.c lynx2-8-2-patched/src/GridText.c
--- lynx2-8-2/src/GridText.c    Tue Mar 30 12:10:37 1999
+++ lynx2-8-2-patched/src/GridText.c    Fri Apr  2 15:29:11 1999
@@ -28,8 +28,6 @@
 #include <LYStructs.h>
 #include <LYGlobalDefs.h>
 #include <LYGetFile.h>
-#include <LYClean.h>
-#include <LYSignal.h>
 #include <LYMail.h>
 #include <LYList.h>
 #include <LYCharSets.h>
diff -Burp lynx2-8-2/src/HTAlert.c lynx2-8-2-patched/src/HTAlert.c
--- lynx2-8-2/src/HTAlert.c     Tue Mar 30 12:10:37 1999
+++ lynx2-8-2-patched/src/HTAlert.c     Fri Apr  2 15:28:52 1999
@@ -15,8 +15,6 @@
 #include <LYCurses.h>
 #include <LYStrings.h>
 #include <LYUtils.h>
-#include <LYClean.h>
-#include <LYSignal.h>
 #include <GridText.h>
 #include <LYCookie.h>
 
diff -Burp lynx2-8-2/src/HTInit.c lynx2-8-2-patched/src/HTInit.c
--- lynx2-8-2/src/HTInit.c      Mon Feb  8 05:32:59 1999
+++ lynx2-8-2-patched/src/HTInit.c      Fri Apr  2 15:20:42 1999
@@ -24,7 +24,6 @@
 #include <LYStrings.h>
 #include <LYUtils.h>
 #include <LYGlobalDefs.h>
-#include <LYSignal.h>
 
 #include <LYexit.h>
 #include <LYLeaks.h>
diff -Burp lynx2-8-2/src/HTML.c lynx2-8-2-patched/src/HTML.c
--- lynx2-8-2/src/HTML.c        Wed Mar 17 22:17:11 1999
+++ lynx2-8-2-patched/src/HTML.c        Fri Apr  2 15:20:51 1999
@@ -39,7 +39,6 @@
 #include <HTForms.h>
 #include <HTNestedList.h>
 #include <GridText.h>
-#include <LYSignal.h>
 #include <LYStrings.h>
 #include <LYUtils.h>
 #include <LYMap.h>
diff -Burp lynx2-8-2/src/LYBookmark.c lynx2-8-2-patched/src/LYBookmark.c
--- lynx2-8-2/src/LYBookmark.c  Thu Mar  4 05:39:45 1999
+++ lynx2-8-2-patched/src/LYBookmark.c  Fri Apr  2 15:29:49 1999
@@ -4,8 +4,6 @@
 #include <LYStrings.h>
 #include <LYBookmark.h>
 #include <LYGlobalDefs.h>
-#include <LYClean.h>
-#include <LYSignal.h>
 #include <LYKeymap.h>
 #include <LYCharUtils.h> /* need for META charset */
 #include <UCAux.h>
diff -Burp lynx2-8-2/src/LYCharSets.c lynx2-8-2-patched/src/LYCharSets.c
--- lynx2-8-2/src/LYCharSets.c  Wed Mar 17 22:17:11 1999
+++ lynx2-8-2-patched/src/LYCharSets.c  Fri Apr  2 15:33:51 1999
@@ -12,7 +12,6 @@
 #include <LYCurses.h>
 #include <LYStrings.h>
 
-#include <LYexit.h>
 #include <LYLeaks.h>
 
 extern BOOL HTPassEightBitRaw;
diff -Burp lynx2-8-2/src/LYDownload.c lynx2-8-2-patched/src/LYDownload.c
--- lynx2-8-2/src/LYDownload.c  Thu Jan 28 11:31:29 1999
+++ lynx2-8-2-patched/src/LYDownload.c  Fri Apr  2 15:33:31 1999
@@ -5,12 +5,10 @@
 #include <LYCurses.h>
 #include <LYUtils.h>
 #include <LYGlobalDefs.h>
-#include <LYSignal.h>
 #include <LYStrings.h>
 #include <LYGetFile.h>
 #include <LYDownload.h>
 
-#include <LYexit.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      Thu Mar  4 05:39:45 1999
+++ lynx2-8-2-patched/src/LYEdit.c      Fri Apr  2 15:28:43 1999
@@ -2,9 +2,7 @@
 #include <HTParse.h>
 #include <HTAlert.h>
 #include <LYCurses.h>
-#include <LYSignal.h>
 #include <LYUtils.h>
-#include <LYClean.h>
 #include <LYGlobalDefs.h>
 #include <LYEdit.h>
 #include <LYStrings.h>
diff -Burp lynx2-8-2/src/LYForms.c lynx2-8-2-patched/src/LYForms.c
--- lynx2-8-2/src/LYForms.c     Tue Mar 30 12:10:37 1999
+++ lynx2-8-2-patched/src/LYForms.c     Fri Apr  2 15:30:40 1999
@@ -11,8 +11,6 @@
 #include <LYStrings.h>
 #include <LYGlobalDefs.h>
 #include <LYKeymap.h>
-#include <LYClean.h>
-#include <LYSignal.h>
 
 #include <LYLeaks.h>
 
diff -Burp lynx2-8-2/src/LYJump.c lynx2-8-2-patched/src/LYJump.c
--- lynx2-8-2/src/LYJump.c      Tue Mar 30 12:10:37 1999
+++ lynx2-8-2-patched/src/LYJump.c      Fri Apr  2 15:19:19 1999
@@ -5,7 +5,6 @@
 #include <LYGlobalDefs.h>
 #include <LYJump.h>
 #include <LYKeymap.h>
-#include <LYSignal.h>
 #include <GridText.h>
 
 #include <LYLeaks.h>
diff -Burp lynx2-8-2/src/LYLocal.c lynx2-8-2-patched/src/LYLocal.c
--- lynx2-8-2/src/LYLocal.c     Tue Mar 30 12:10:37 1999
+++ lynx2-8-2-patched/src/LYLocal.c     Fri Apr  2 15:27:38 1999
@@ -43,7 +43,6 @@
 #include <LYHistory.h>
 #include <LYUpload.h>
 #include <LYLocal.h>
-#include <LYClean.h>
 
 #ifndef VMS
 #ifndef _WINDOWS
diff -Burp lynx2-8-2/src/LYSearch.c lynx2-8-2-patched/src/LYSearch.c
--- lynx2-8-2/src/LYSearch.c    Sat Aug 15 17:57:56 1998
+++ lynx2-8-2-patched/src/LYSearch.c    Fri Apr  2 15:18:05 1999
@@ -5,7 +5,6 @@
 #include <LYSearch.h>
 #include <LYGlobalDefs.h>
 #include <GridText.h>
-#include <LYSignal.h>
 
 #include <LYLeaks.h>
 
diff -Burp lynx2-8-2/src/LYStrings.c lynx2-8-2-patched/src/LYStrings.c
--- lynx2-8-2/src/LYStrings.c   Wed Mar 17 22:17:11 1999
+++ lynx2-8-2-patched/src/LYStrings.c   Fri Apr  2 15:15:41 1999
@@ -5,7 +5,6 @@
 #include <LYGlobalDefs.h>
 #include <GridText.h>
 #include <LYKeymap.h>
-#include <LYSignal.h>
 #include <LYClean.h>
 #include <LYMail.h>
 #include <LYNews.h>
diff -Burp lynx2-8-2/src/LYTraversal.c lynx2-8-2-patched/src/LYTraversal.c
--- lynx2-8-2/src/LYTraversal.c Mon Jan 18 07:29:20 1999
+++ lynx2-8-2-patched/src/LYTraversal.c Fri Apr  2 15:19:44 1999
@@ -1,7 +1,6 @@
 #include <HTUtils.h>
 #include <LYGlobalDefs.h>
 #include <LYUtils.h>
-#include <LYSignal.h>
 #include <LYClean.h>
 #include <LYCurses.h>
 #include <LYTraversal.h>
diff -Burp lynx2-8-2/src/LYUtils.c lynx2-8-2-patched/src/LYUtils.c
--- lynx2-8-2/src/LYUtils.c     Tue Mar 30 12:10:37 1999
+++ lynx2-8-2-patched/src/LYUtils.c     Fri Apr  2 15:30:04 1999
@@ -11,7 +11,6 @@
 #include <LYGlobalDefs.h>
 #include <LYSignal.h>
 #include <GridText.h>
-#include <LYClean.h>
 #include <LYCharSets.h>
 #include <LYCharUtils.h>
 #include <LYMainLoop.h>

reply via email to

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