=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/gss-serv-krb5.c,v retrieving revision 1.3.6.2 retrieving revision 1.4 diff -u -r1.3.6.2 -r1.4 --- src/usr.bin/ssh/gss-serv-krb5.c 2006/10/06 03:19:32 1.3.6.2 +++ src/usr.bin/ssh/gss-serv-krb5.c 2005/10/13 19:08:08 1.4 @@ -1,4 +1,4 @@ -/* $OpenBSD: gss-serv-krb5.c,v 1.3.6.2 2006/10/06 03:19:32 brad Exp $ */ +/* $OpenBSD: gss-serv-krb5.c,v 1.4 2005/10/13 19:08:08 stevesk Exp $ */ /* * Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved. @@ -24,18 +24,16 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include "includes.h" + #ifdef GSSAPI #ifdef KRB5 -#include - -#include "xmalloc.h" -#include "key.h" -#include "hostfile.h" #include "auth.h" +#include "xmalloc.h" #include "log.h" +#include "servconf.h" -#include "buffer.h" #include "ssh-gss.h" #include