From: Michael R Sweet Date: Wed, 17 Oct 2018 15:35:03 +0000 (-0400) Subject: Don't need to include zlib header. X-Git-Tag: v2.3b6~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a38ff69a66648f83934ca6e4122c63f62924af7;p=thirdparty%2Fcups.git Don't need to include zlib header. --- diff --git a/cups/testfile.c b/cups/testfile.c index 68d22abe8c..633415d5f8 100644 --- a/cups/testfile.c +++ b/cups/testfile.c @@ -1,10 +1,11 @@ /* * File test program for CUPS. * - * Copyright 2007-2015 by Apple Inc. - * Copyright 1997-2007 by Easy Software Products. + * Copyright © 2007-2018 by Apple Inc. + * Copyright © 1997-2007 by Easy Software Products. * - * Licensed under Apache License v2.0. See the file "LICENSE" for more information. + * Licensed under Apache License v2.0. See the file "LICENSE" for more + * information. */ /* @@ -16,9 +17,6 @@ #include "file.h" #include #include -#ifdef HAVE_LIBZ -# include -#endif /* HAVE_LIBZ */ #ifdef _WIN32 # include #else