Removed unused #includes.

This commit is contained in:
Bruce Evans 1997-09-01 02:18:13 +00:00
parent 1c86c3f605
commit e8af045620
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=28989

View file

@ -11,7 +11,7 @@
* - added Z_PACKET_FLUSH (see zlib.h for details)
* - added inflateIncomp
*
* $Id: zlib.c,v 1.1.2.1 1997/07/01 20:44:10 peter Exp $
* $Id: zlib.c,v 1.3 1997/08/19 14:10:48 peter Exp $
*/
/*
@ -93,7 +93,6 @@ extern char *z_errmsg[]; /* indexed by 1-zlib_error */
#if defined(KERNEL) || defined(_KERNEL)
#include <sys/types.h>
#include <sys/time.h>
#include <sys/systm.h>
# define zmemcpy(d, s, n) bcopy((s), (d), (n))
# define zmemzero bzero