summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/zlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cvs/zlib.c')
-rw-r--r--usr.bin/cvs/zlib.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.bin/cvs/zlib.c b/usr.bin/cvs/zlib.c
index c01f4db841e..4035abe76c4 100644
--- a/usr.bin/cvs/zlib.c
+++ b/usr.bin/cvs/zlib.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: zlib.c,v 1.5 2005/12/21 10:49:29 xsa Exp $ */
+/* $OpenBSD: zlib.c,v 1.6 2006/01/02 08:11:56 xsa Exp $ */
/*
* Copyright (c) 2005 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -24,10 +24,7 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <sys/param.h>
-
-#include <stdlib.h>
-#include <string.h>
+#include "includes.h"
#include "log.h"
#include "cvs.h"