=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/auth-chall.c,v retrieving revision 1.9.8.1 retrieving revision 1.10 diff -u -r1.9.8.1 -r1.10 --- src/usr.bin/ssh/Attic/auth-chall.c 2006/10/06 03:19:32 1.9.8.1 +++ src/usr.bin/ssh/Attic/auth-chall.c 2006/03/19 18:51:18 1.10 @@ -1,4 +1,3 @@ -/* $OpenBSD: auth-chall.c,v 1.9.8.1 2006/10/06 03:19:32 brad Exp $ */ /* * Copyright (c) 2001 Markus Friedl. All rights reserved. * @@ -23,13 +22,11 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include +#include "includes.h" -#include "xmalloc.h" -#include "key.h" -#include "hostfile.h" #include "auth.h" #include "log.h" +#include "xmalloc.h" /* limited protocol v1 interface to kbd-interactive authentication */