summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2002-07-21 18:32:21 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2002-07-21 18:32:21 +0000
commite07094a34cffccad47d44529aef17349500faa93 (patch)
treed4b7ba4cdb5df5c45185a8bebeb73401afec7efd /usr.bin/ssh
parentc8fdbd0d67bb3e1eda58bcc3f59f3a21be97f5ad (diff)
unneeded includes
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r--usr.bin/ssh/auth-options.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/ssh/auth-options.c b/usr.bin/ssh/auth-options.c
index 2787d2948b5..41a29f79cac 100644
--- a/usr.bin/ssh/auth-options.c
+++ b/usr.bin/ssh/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"