about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/HTAAServ.h
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1998-03-29 19:00:00 -0500
committerThomas E. Dickey <dickey@invisible-island.net>1998-03-29 19:00:00 -0500
commitaf9be28bc2701ea448898282942bd5b957439f18 (patch)
tree8401b3f99897cbbe4855c7c8b5485a01efa73c59 /WWW/Library/Implementation/HTAAServ.h
parent43797ce7b89f70182191e7b41521772c7efa2d25 (diff)
downloadlynx-snapshots-af9be28bc2701ea448898282942bd5b957439f18.tar.gz
snapshot of project "lynx", label v2-8-1dev_5
Diffstat (limited to 'WWW/Library/Implementation/HTAAServ.h')
-rw-r--r--WWW/Library/Implementation/HTAAServ.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/WWW/Library/Implementation/HTAAServ.h b/WWW/Library/Implementation/HTAAServ.h
index dc03c7dd..fdee1c2b 100644
--- a/WWW/Library/Implementation/HTAAServ.h
+++ b/WWW/Library/Implementation/HTAAServ.h
@@ -32,12 +32,12 @@
 #define HTAASERV_H
 
 #ifndef HTUTILS_H
-#include "HTUtils.h"            /* BOOL, PARAMS, ARGS   */
+#include <HTUtils.h>            /* BOOL, PARAMS, ARGS   */
 #endif /* HTUTILS_H */
 /*#include <stdio.h> included by HTUtils.h -- FM *//* FILE                */
-#include "HTRules.h"            /* This module interacts with rule system */
-#include "HTAAUtil.h"           /* Common parts of AA   */
-#include "HTAuth.h"             /* Authentication       */
+#include <HTRules.h>            /* This module interacts with rule system */
+#include <HTAAUtil.h>           /* Common parts of AA   */
+#include <HTAuth.h>             /* Authentication       */
 
 
 #ifdef SHORT_NAMES