diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-07-23 23:06:45 +0200 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-07-23 23:06:45 +0200 |
commit | 218a07dfb42b1be4d0bf6aaea15cca2b0247d277 (patch) | |
tree | afd5e733e441ae587ff478004dbf08c56a639e6b /auth-options.c | |
parent | - (bal) sync ID w/ ssh-agent.c (diff) | |
download | openssh-218a07dfb42b1be4d0bf6aaea15cca2b0247d277.tar.xz openssh-218a07dfb42b1be4d0bf6aaea15cca2b0247d277.zip |
- stevesk@cvs.openbsd.org 2002/07/21 18:32:20
[auth-options.c]
unneeded includes
Diffstat (limited to 'auth-options.c')
-rw-r--r-- | auth-options.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/auth-options.c b/auth-options.c index 2787d2948..41a29f79c 100644 --- a/auth-options.c +++ b/auth-options.c @@ -10,9 +10,8 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth-options.c,v 1.24 2002/05/13 20:44:58 markus Exp $"); +RCSID("$OpenBSD: auth-options.c,v 1.25 2002/07/21 18:32:20 stevesk Exp $"); -#include "packet.h" #include "xmalloc.h" #include "match.h" #include "log.h" @@ -20,7 +19,6 @@ RCSID("$OpenBSD: auth-options.c,v 1.24 2002/05/13 20:44:58 markus Exp $"); #include "channels.h" #include "auth-options.h" #include "servconf.h" -#include "bufaux.h" #include "misc.h" #include "monitor_wrap.h" #include "auth.h" |