diff options
author | 2005-10-13 14:03:01 +0000 | |
---|---|---|
committer | 2005-10-13 14:03:01 +0000 | |
commit | 0c1626eb9bccd8ef90134f5017366e96f36922ad (patch) | |
tree | d04d2f2f03340418806ad862f8e562dfd3b7f584 /usr.bin/ssh | |
parent | unused parameters (diff) | |
download | wireguard-openbsd-0c1626eb9bccd8ef90134f5017366e96f36922ad.tar.xz wireguard-openbsd-0c1626eb9bccd8ef90134f5017366e96f36922ad.zip |
remove unneeded #includes; ok markus@
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/auth2-gss.c | 3 | ||||
-rw-r--r-- | usr.bin/ssh/gss-genr.c | 4 | ||||
-rw-r--r-- | usr.bin/ssh/gss-serv.c | 4 |
3 files changed, 3 insertions, 8 deletions
diff --git a/usr.bin/ssh/auth2-gss.c b/usr.bin/ssh/auth2-gss.c index 4d468a0e8b7..533649e7eb0 100644 --- a/usr.bin/ssh/auth2-gss.c +++ b/usr.bin/ssh/auth2-gss.c @@ -1,4 +1,4 @@ -/* $OpenBSD: auth2-gss.c,v 1.10 2005/07/17 07:17:54 djm Exp $ */ +/* $OpenBSD: auth2-gss.c,v 1.11 2005/10/13 14:03:01 stevesk Exp $ */ /* * Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved. @@ -34,7 +34,6 @@ #include "log.h" #include "dispatch.h" #include "servconf.h" -#include "compat.h" #include "packet.h" #include "monitor_wrap.h" diff --git a/usr.bin/ssh/gss-genr.c b/usr.bin/ssh/gss-genr.c index 9bc31aa2a2a..2450a370cd0 100644 --- a/usr.bin/ssh/gss-genr.c +++ b/usr.bin/ssh/gss-genr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gss-genr.c,v 1.4 2005/07/17 07:17:55 djm Exp $ */ +/* $OpenBSD: gss-genr.c,v 1.5 2005/10/13 14:03:01 stevesk Exp $ */ /* * Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved. @@ -30,9 +30,7 @@ #include "xmalloc.h" #include "bufaux.h" -#include "compat.h" #include "log.h" -#include "monitor_wrap.h" #include "ssh2.h" #include "ssh-gss.h" diff --git a/usr.bin/ssh/gss-serv.c b/usr.bin/ssh/gss-serv.c index eeec286bdb0..2866f597466 100644 --- a/usr.bin/ssh/gss-serv.c +++ b/usr.bin/ssh/gss-serv.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gss-serv.c,v 1.9 2005/09/19 11:48:10 djm Exp $ */ +/* $OpenBSD: gss-serv.c,v 1.10 2005/10/13 14:03:01 stevesk Exp $ */ /* * Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved. @@ -29,13 +29,11 @@ #ifdef GSSAPI #include "bufaux.h" -#include "compat.h" #include "auth.h" #include "log.h" #include "channels.h" #include "session.h" #include "servconf.h" -#include "monitor_wrap.h" #include "xmalloc.h" #include "getput.h" |