=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/auth-passwd.c,v retrieving revision 1.34.4.1 retrieving revision 1.35 diff -u -r1.34.4.1 -r1.35 --- src/usr.bin/ssh/auth-passwd.c 2006/09/30 04:06:50 1.34.4.1 +++ src/usr.bin/ssh/auth-passwd.c 2006/03/19 18:51:18 1.35 @@ -1,4 +1,3 @@ -/* $OpenBSD: auth-passwd.c,v 1.34.4.1 2006/09/30 04:06:50 brad Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -36,19 +35,12 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include +#include "includes.h" -#include -#include -#include -#include - #include "packet.h" #include "buffer.h" #include "log.h" #include "servconf.h" -#include "key.h" -#include "hostfile.h" #include "auth.h" #include "auth-options.h"