diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-03-29 19:00:00 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-03-29 19:00:00 -0500 |
commit | af9be28bc2701ea448898282942bd5b957439f18 (patch) | |
tree | 8401b3f99897cbbe4855c7c8b5485a01efa73c59 /src/LYCgi.c | |
parent | 43797ce7b89f70182191e7b41521772c7efa2d25 (diff) | |
download | lynx-snapshots-af9be28bc2701ea448898282942bd5b957439f18.tar.gz |
snapshot of project "lynx", label v2-8-1dev_5
Diffstat (limited to 'src/LYCgi.c')
-rw-r--r-- | src/LYCgi.c | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/src/LYCgi.c b/src/LYCgi.c index c1840e74..9a6ab780 100644 --- a/src/LYCgi.c +++ b/src/LYCgi.c @@ -23,30 +23,30 @@ ** nph- script. */ -#include "HTUtils.h" -#include "tcp.h" -#include "HTTP.h" -#include "HTParse.h" -#include "HTTCP.h" -#include "HTFormat.h" -#include "HTFile.h" -#include "HTAlert.h" -#include "HTMIME.h" -#include "HTAABrow.h" - -#include "LYGlobalDefs.h" -#include "LYUtils.h" -#include "HTML.h" -#include "HTInit.h" -#include "LYGetFile.h" -#include "LYBookmark.h" -#include "GridText.h" +#include <HTUtils.h> +#include <tcp.h> +#include <HTTP.h> +#include <HTParse.h> +#include <HTTCP.h> +#include <HTFormat.h> +#include <HTFile.h> +#include <HTAlert.h> +#include <HTMIME.h> +#include <HTAABrow.h> + +#include <LYGlobalDefs.h> +#include <LYUtils.h> +#include <HTML.h> +#include <HTInit.h> +#include <LYGetFile.h> +#include <LYBookmark.h> +#include <GridText.h> #include <ctype.h> -#include "LYCgi.h" -#include "LYSignal.h" -#include "LYLocal.h" +#include <LYCgi.h> +#include <LYSignal.h> +#include <LYLocal.h> -#include "LYLeaks.h" +#include <LYLeaks.h> #define FREE(x) if (x) {free(x); x = NULL;} |