=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/kexgex.c,v retrieving revision 1.24.2.2 retrieving revision 1.25 diff -u -r1.24.2.2 -r1.25 --- src/usr.bin/ssh/kexgex.c 2006/11/08 00:17:14 1.24.2.2 +++ src/usr.bin/ssh/kexgex.c 2006/03/19 18:51:18 1.25 @@ -1,4 +1,3 @@ -/* $OpenBSD: kexgex.c,v 1.24.2.2 2006/11/08 00:17:14 brad Exp $ */ /* * Copyright (c) 2000 Niels Provos. All rights reserved. * Copyright (c) 2001 Markus Friedl. All rights reserved. @@ -24,14 +23,12 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include +#include "includes.h" #include -#include #include "buffer.h" -#include "key.h" -#include "cipher.h" +#include "bufaux.h" #include "kex.h" #include "ssh2.h"