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/crypt_util.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/crypt_util.c')
-rw-r--r-- | WWW/Library/Implementation/crypt_util.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/WWW/Library/Implementation/crypt_util.c b/WWW/Library/Implementation/crypt_util.c index 9ed7e95d..bdec6f7b 100644 --- a/WWW/Library/Implementation/crypt_util.c +++ b/WWW/Library/Implementation/crypt_util.c @@ -24,7 +24,7 @@ */ #ifndef HTUTILS_H -#include "HTUtils.h" +#include <HTUtils.h> #endif #ifdef DEBUG @@ -36,18 +36,18 @@ #endif #ifndef DOS -#include "patchlevel.h" -#include "ufc-crypt.h" +#include <patchlevel.h> +#include <ufc-crypt.h> #else /* * Thanks to greg%wind@plains.NoDak.edu (Greg W. Wettstein) * for DOS patches */ -#include "pl.h" -#include "ufc.h" +#include <pl.h> +#include <ufc.h> #endif -#include "LYLeaks.h" +#include <LYLeaks.h> static char patchlevel_str[] = PATCHLEVEL; |