=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/auth-krb5.c,v retrieving revision 1.16.2.1 retrieving revision 1.17 diff -u -r1.16.2.1 -r1.17 --- src/usr.bin/ssh/auth-krb5.c 2006/09/30 04:06:50 1.16.2.1 +++ src/usr.bin/ssh/auth-krb5.c 2006/03/19 18:51:18 1.17 @@ -1,4 +1,3 @@ -/* $OpenBSD: auth-krb5.c,v 1.16.2.1 2006/09/30 04:06:50 brad Exp $ */ /* * Kerberos v5 authentication and ticket-passing routines. * @@ -28,20 +27,15 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include -#include -#include +#include "includes.h" -#include "xmalloc.h" #include "ssh.h" #include "ssh1.h" #include "packet.h" +#include "xmalloc.h" #include "log.h" -#include "buffer.h" #include "servconf.h" #include "uidswap.h" -#include "key.h" -#include "hostfile.h" #include "auth.h" #ifdef KRB5