X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=zip.c;h=178bfd0752d55629cfdb51f6be61999a079bb0ba;hb=6c8c512e50be7ebadc1033eef1a721df3ad9de42;hp=b0b1db136a5a8b23d681bed07805c5b8a63d25e1;hpb=d738e90e8360e101b94fca8c79147f59565f62d8;p=debian%2Fgzip diff --git a/zip.c b/zip.c index b0b1db1..178bfd0 100644 --- a/zip.c +++ b/zip.c @@ -1,6 +1,6 @@ /* zip.c -- compress files to the gzip or pkzip format - Copyright (C) 1997-1999, 2006-2007, 2009-2013 Free Software Foundation, Inc. + Copyright (C) 1997-1999, 2006-2007, 2009-2016 Free Software Foundation, Inc. Copyright (C) 1992-1993 Jean-loup Gailly This program is free software; you can redistribute it and/or modify @@ -23,9 +23,6 @@ #include "tailor.h" #include "gzip.h" -#include -#include - local ulg crc; /* crc on uncompressed file data */ off_t header_bytes; /* number of bytes in gzip header */