diff options
Diffstat (limited to 'archival/gzip.c')
-rw-r--r-- | archival/gzip.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/archival/gzip.c b/archival/gzip.c index a527f0e40..3aa077fbd 100644 --- a/archival/gzip.c +++ b/archival/gzip.c | |||
@@ -234,10 +234,6 @@ static void flush_outbuf(void); | |||
234 | * terms of the GNU General Public License, see the file COPYING. | 234 | * terms of the GNU General Public License, see the file COPYING. |
235 | */ | 235 | */ |
236 | 236 | ||
237 | #if !defined(OF) && defined(lint) | ||
238 | # include "gzip.h" | ||
239 | #endif | ||
240 | |||
241 | #ifndef BITS | 237 | #ifndef BITS |
242 | # define BITS 16 | 238 | # define BITS 16 |
243 | #endif | 239 | #endif |