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/GridText.c | |
parent | 43797ce7b89f70182191e7b41521772c7efa2d25 (diff) | |
download | lynx-snapshots-af9be28bc2701ea448898282942bd5b957439f18.tar.gz |
snapshot of project "lynx", label v2-8-1dev_5
Diffstat (limited to 'src/GridText.c')
-rw-r--r-- | src/GridText.c | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/src/GridText.c b/src/GridText.c index 160b5fe9..0e489dbb 100644 --- a/src/GridText.c +++ b/src/GridText.c @@ -2,18 +2,18 @@ ** =============================== */ -#include "HTUtils.h" -#include "tcp.h" -#include "HTString.h" -#include "HTFont.h" -#include "HTAccess.h" -#include "HTAnchor.h" -#include "HTParse.h" -#include "HTTP.h" -#include "HTAlert.h" -#include "HTCJK.h" -#include "UCDefs.h" -#include "UCAux.h" +#include <HTUtils.h> +#include <tcp.h> +#include <HTString.h> +#include <HTFont.h> +#include <HTAccess.h> +#include <HTAnchor.h> +#include <HTParse.h> +#include <HTTP.h> +#include <HTAlert.h> +#include <HTCJK.h> +#include <UCDefs.h> +#include <UCAux.h> #include <assert.h> #include <ctype.h> @@ -23,29 +23,29 @@ #endif /* SYSLOG_REQUESTED_URLS */ #endif /* !VMS */ -#include "GridText.h" -#include "LYCurses.h" -#include "LYUtils.h" -#include "LYStrings.h" -#include "LYStructs.h" -#include "LYGlobalDefs.h" -#include "LYGetFile.h" -#include "LYSignal.h" -#include "LYMail.h" -#include "LYList.h" -#include "LYCharSets.h" -#include "LYCharUtils.h" /* LYUCTranslateBack... */ -#include "UCMap.h" +#include <GridText.h> +#include <LYCurses.h> +#include <LYUtils.h> +#include <LYStrings.h> +#include <LYStructs.h> +#include <LYGlobalDefs.h> +#include <LYGetFile.h> +#include <LYSignal.h> +#include <LYMail.h> +#include <LYList.h> +#include <LYCharSets.h> +#include <LYCharUtils.h> /* LYUCTranslateBack... */ +#include <UCMap.h> #ifdef EXP_CHARTRANS_AUTOSWITCH -#include "UCAuto.h" +#include <UCAuto.h> #endif /* EXP_CHARTRANS_AUTOSWITCH */ -#include "LYexit.h" -#include "LYLeaks.h" +#include <LYexit.h> +#include <LYLeaks.h> #ifdef USE_COLOR_STYLE -#include "AttrList.h" -#include "LYHash.h" +#include <AttrList.h> +#include <LYHash.h> unsigned int cached_styles[CACHEH][CACHEW]; |