X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=unlzw.c;h=8f8cbeee16fa007762ae842d76e1ad1398c6066b;hb=f0c2dc1345da2fa0f2ab37ae1339fe1455c88761;hp=daef155c5f183db4ec87243ac5da9087d471169b;hpb=da9ad583917343e20458e3f37df709f92151d310;p=debian%2Fgzip diff --git a/unlzw.c b/unlzw.c index daef155..8f8cbee 100644 --- a/unlzw.c +++ b/unlzw.c @@ -7,19 +7,11 @@ * to accommodate in-memory decompression. */ -#ifdef RCSID -static char rcsid[] = "$Id: unlzw.c,v 1.5 2006/12/11 18:54:39 eggert Exp $"; -#endif - #include #include "tailor.h" -#ifdef HAVE_UNISTD_H -# include -#endif -#ifdef HAVE_FCNTL_H -# include -#endif +#include +#include #include "gzip.h" #include "lzw.h"