=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/xmalloc.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- src/usr.bin/cvs/xmalloc.c 2007/01/29 16:22:29 1.7 +++ src/usr.bin/cvs/xmalloc.c 2007/02/22 06:42:10 1.8 @@ -1,4 +1,4 @@ -/* $OpenBSD: xmalloc.c,v 1.7 2007/01/29 16:22:29 xsa Exp $ */ +/* $OpenBSD: xmalloc.c,v 1.8 2007/02/22 06:42:10 otto Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -13,10 +13,13 @@ * called by a name other than "ssh" or "Secure Shell". */ -#include "includes.h" +#include +#include +#include +#include -#include "xmalloc.h" #include "log.h" +#include "xmalloc.h" void * xmalloc(size_t size)