* src/lzw/zopen.c: Don't include sys/param.h and sys/stat.h.

This commit is contained in:
Werner Lemberg 2004-04-12 15:31:30 +00:00
parent dc35a2c85d
commit b95d77ca35
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2004-04-11 Werner Lemberg <wl@gnu.org>
* src/lzw/zopen.c: Don't include sys/param.h and sys/stat.h.
2004-04-10 Werner Lemberg <wl@gnu.org>
* src/lzw/ftlzw.c: Include zopen.h dependent on

View File

@ -65,9 +65,6 @@ static char rcsid[] = "$NetBSD: zopen.c,v 1.8 2003/08/07 11:13:29 agc Exp $";
* Diomidis Spinellis <dds@doc.ic.ac.uk>.
*/
#include <sys/param.h>
#include <sys/stat.h>
#include <ctype.h>
#include <signal.h>
#include <stdlib.h>