summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2018-10-17 11:31:45 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2018-10-17 11:31:45 -0400
commit5a855d856a17c7986e5396c38f8e75616775983a (patch)
tree6157dd12679bc856336c0477776876d189302658 /test
parent104c5283581719f72d18cd5038aaeb21387695d4 (diff)
Remove dependency on zlib headers outside of libcups.
Diffstat (limited to 'test')
-rw-r--r--test/ipptool.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ipptool.c b/test/ipptool.c
index 8d7630df2..1e59fa96e 100644
--- a/test/ipptool.c
+++ b/test/ipptool.c
@@ -13,7 +13,6 @@
*/
#include <cups/cups-private.h>
-#include <cups/file-private.h>
#include <regex.h>
#include <sys/stat.h>
#ifdef _WIN32