=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/buffer.c,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- src/usr.bin/ssh/Attic/buffer.c 2006/08/01 23:22:47 1.30 +++ src/usr.bin/ssh/Attic/buffer.c 2006/08/03 03:34:41 1.31 @@ -1,4 +1,4 @@ -/* $OpenBSD: buffer.c,v 1.30 2006/08/01 23:22:47 stevesk Exp $ */ +/* $OpenBSD: buffer.c,v 1.31 2006/08/03 03:34:41 deraadt Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -12,12 +12,11 @@ * called by a name other than "ssh" or "Secure Shell". */ -#include "includes.h" - #include #include #include +#include #include "xmalloc.h" #include "buffer.h"