]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Don't need to include zlib header.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 17 Oct 2018 15:35:03 +0000 (11:35 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 17 Oct 2018 15:35:03 +0000 (11:35 -0400)
cups/testfile.c

index 68d22abe8cf886a0404452727ace58b94cb8ff63..633415d5f80ce7f0528cb485969230251810d3e7 100644 (file)
@@ -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 <stdlib.h>
 #include <time.h>
-#ifdef HAVE_LIBZ
-#  include <zlib.h>
-#endif /* HAVE_LIBZ */
 #ifdef _WIN32
 #  include <io.h>
 #else