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 /WWW/Library/Implementation/HTWAIS.c | |
parent | 43797ce7b89f70182191e7b41521772c7efa2d25 (diff) | |
download | lynx-snapshots-af9be28bc2701ea448898282942bd5b957439f18.tar.gz |
snapshot of project "lynx", label v2-8-1dev_5
Diffstat (limited to 'WWW/Library/Implementation/HTWAIS.c')
-rw-r--r-- | WWW/Library/Implementation/HTWAIS.c | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/WWW/Library/Implementation/HTWAIS.c b/WWW/Library/Implementation/HTWAIS.c index b4a668ce..627086ab 100644 --- a/WWW/Library/Implementation/HTWAIS.c +++ b/WWW/Library/Implementation/HTWAIS.c @@ -48,22 +48,22 @@ Brewster@think.com */ -#include "HTUtils.h" -#include "tcp.h" -#include "HTParse.h" -#include "HTAccess.h" /* We implement a protocol */ -#include "HTML.h" /* The object we will generate */ -#include "HTWSRC.h" -#include "HTTCP.h" -#include "HTCJK.h" -#include "HTAlert.h" +#include <HTUtils.h> +#include <tcp.h> +#include <HTParse.h> +#include <HTAccess.h> /* We implement a protocol */ +#include <HTML.h> /* The object we will generate */ +#include <HTWSRC.h> +#include <HTTCP.h> +#include <HTCJK.h> +#include <HTAlert.h> /* From WAIS ** --------- */ #ifdef VMS -#include "HTVMS_WaisUI.h" -#include "HTVMS_WaisProt.h" +#include <HTVMS_WaisUI.h> +#include <HTVMS_WaisProt.h> #else #include <ui.h> #endif /* VMS */ @@ -76,7 +76,7 @@ /* FROM WWW ** -------- */ -#include "LYLeaks.h" +#include <LYLeaks.h> #define FREE(x) if (x) {free(x); x = NULL;} |