diff options
Diffstat (limited to 'include/libaccess/aclstruct.h')
-rw-r--r-- | include/libaccess/aclstruct.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/libaccess/aclstruct.h b/include/libaccess/aclstruct.h index 6d464ffc..9f5da250 100644 --- a/include/libaccess/aclstruct.h +++ b/include/libaccess/aclstruct.h @@ -52,7 +52,6 @@ #include "base/systems.h" #include "base/file.h" -#include "base/lexer.h" #include "nsauth.h" /* authentication types */ #include "symbols.h" /* typed symbol support */ #include "ipfstruct.h" /* IP address filter structures */ @@ -288,7 +287,6 @@ typedef struct ACLFile_s ACLFile_t; struct ACLFile_s { ACLFile_t * acf_next; /* list link */ char * acf_filename; /* pointer to filename string */ - LEXStream_t * acf_lst; /* LEX stream handle */ SYS_FILE acf_fd; /* file descriptor */ int acf_flags; /* bit flags (unused) */ int acf_lineno; /* current line number */ |