Author: ivan
Date: Fri Oct 14 15:26:26 2016
New Revision: 1764932

URL: http://svn.apache.org/viewvc?rev=1764932&view=rev
Log:
Do not include 'zutil.h': we do not need it and documentation says that it
should not be used by applications.

* buckets/deflate_buckets.c
  (): Remove #include <zutil.h>

Modified:
    serf/trunk/buckets/deflate_buckets.c

Modified: serf/trunk/buckets/deflate_buckets.c
URL: 
http://svn.apache.org/viewvc/serf/trunk/buckets/deflate_buckets.c?rev=1764932&r1=1764931&r2=1764932&view=diff
==============================================================================
--- serf/trunk/buckets/deflate_buckets.c (original)
+++ serf/trunk/buckets/deflate_buckets.c Fri Oct 14 15:26:26 2016
@@ -24,11 +24,6 @@
 
 #include <zlib.h>
 
-/* This conditional isn't defined anywhere yet. */
-#ifdef HAVE_ZUTIL_H
-#include <zutil.h>
-#endif
-
 #include "serf.h"
 #include "serf_bucket_util.h"
 #include "serf_private.h"


Reply via email to