zlib is now mandatory.
[citadel.git] / webcit / webcit.h
index de01cf42b156ab51d80c66909094660767bc5362..c46e8b4b52d6ce8146d620694b4f3c7c94a316a2 100644 (file)
@@ -76,9 +76,7 @@
 #define DBG_QR(x) if(DO_DBG_QR) _DBG_QR(x)
 #define DBG_QR2(x) if(DO_DBG_QR) _DBG_QR2(x)
 
-#ifdef HAVE_ZLIB_H
 #include <zlib.h>
-#endif
 
 #include <libical/ical.h>