=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/auth-krb5.c,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- src/usr.bin/ssh/auth-krb5.c 2016/01/27 06:44:58 1.21 +++ src/usr.bin/ssh/auth-krb5.c 2016/05/04 14:22:33 1.22 @@ -1,4 +1,4 @@ -/* $OpenBSD: auth-krb5.c,v 1.21 2016/01/27 06:44:58 djm Exp $ */ +/* $OpenBSD: auth-krb5.c,v 1.22 2016/05/04 14:22:33 markus Exp $ */ /* * Kerberos v5 authentication and ticket-passing routines. * @@ -34,7 +34,6 @@ #include "xmalloc.h" #include "ssh.h" -#include "ssh1.h" #include "packet.h" #include "log.h" #include "buffer.h"