=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/auth2-kbdint.c,v retrieving revision 1.2.18.1 retrieving revision 1.3 diff -u -r1.2.18.1 -r1.3 --- src/usr.bin/ssh/auth2-kbdint.c 2006/10/06 03:19:32 1.2.18.1 +++ src/usr.bin/ssh/auth2-kbdint.c 2006/03/19 18:51:18 1.3 @@ -1,4 +1,3 @@ -/* $OpenBSD: auth2-kbdint.c,v 1.2.18.1 2006/10/06 03:19:32 brad Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. * @@ -23,16 +22,13 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include +#include "includes.h" -#include "xmalloc.h" #include "packet.h" -#include "key.h" -#include "hostfile.h" #include "auth.h" #include "log.h" -#include "buffer.h" #include "servconf.h" +#include "xmalloc.h" /* import */ extern ServerOptions options;