From af9be28bc2701ea448898282942bd5b957439f18 Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Sun, 29 Mar 1998 19:00:00 -0500 Subject: snapshot of project "lynx", label v2-8-1dev_5 --- WWW/Library/Implementation/HTFormat.c | 42 +++++++++++++++++------------------ 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'WWW/Library/Implementation/HTFormat.c') diff --git a/WWW/Library/Implementation/HTFormat.c b/WWW/Library/Implementation/HTFormat.c index c05af1fa..baffca71 100644 --- a/WWW/Library/Implementation/HTFormat.c +++ b/WWW/Library/Implementation/HTFormat.c @@ -10,13 +10,13 @@ ** */ -#include "HTUtils.h" -#include "tcp.h" -#include "HTAccess.h" +#include +#include +#include /* Implements: */ -#include "HTFormat.h" +#include PUBLIC float HTMaxSecs = 1e10; /* No effective limit */ PUBLIC float HTMaxLength = 1e10; /* No effective limit */ @@ -31,25 +31,25 @@ PUBLIC long int HTMaxBytes = 0; /* No effective limit */ #endif /* NeXT */ #endif /* unix */ -#include "HTML.h" -#include "HTMLDTD.h" -#include "HText.h" -#include "HTAlert.h" -#include "HTList.h" -#include "HTInit.h" -#include "HTTCP.h" +#include +#include +#include +#include +#include +#include +#include /* Streams and structured streams which we use: */ -#include "HTFWriter.h" -#include "HTPlain.h" -#include "SGML.h" -#include "HTML.h" -#include "HTMLGen.h" - -#include "LYexit.h" -#include "LYUtils.h" -#include "LYGlobalDefs.h" -#include "LYLeaks.h" +#include +#include +#include +#include +#include + +#include +#include +#include +#include #define FREE(x) if (x) {free(x); x = NULL;} -- cgit 1.4.1-2-gfad0