=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/auth2-hostbased.c,v retrieving revision 1.6.10.1 retrieving revision 1.7 diff -u -r1.6.10.1 -r1.7 --- src/usr.bin/ssh/auth2-hostbased.c 2006/09/30 04:06:50 1.6.10.1 +++ src/usr.bin/ssh/auth2-hostbased.c 2006/03/19 18:51:18 1.7 @@ -1,4 +1,3 @@ -/* $OpenBSD: auth2-hostbased.c,v 1.6.10.1 2006/09/30 04:06:50 brad Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. * @@ -23,27 +22,19 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include "includes.h" -#include - -#include -#include -#include - -#include "xmalloc.h" #include "ssh2.h" +#include "xmalloc.h" #include "packet.h" #include "buffer.h" #include "log.h" #include "servconf.h" #include "compat.h" -#include "key.h" -#include "hostfile.h" +#include "bufaux.h" #include "auth.h" +#include "key.h" #include "canohost.h" -#ifdef GSSAPI -#include "ssh-gss.h" -#endif #include "monitor_wrap.h" #include "pathnames.h"