* src/lzw/zopen.c: Don't include sys/param.h and sys/stat.h.
This commit is contained in:
parent
391de1a63e
commit
161438c5b6
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user