since libz's been required in rpcimpl.c for ages and nobody's complained, remove the HAVE_ZLIB cruft for conditional-compiling with and without zlib.

This commit is contained in:
Jordan Lee
2014-07-13 21:50:56 +00:00
parent c1beabfea6
commit 2e3ffdc6ec
2 changed files with 2 additions and 14 deletions

View File

@@ -13,9 +13,7 @@
#include <stdlib.h> /* strtol */
#include <string.h> /* strcmp */
#ifdef HAVE_ZLIB
#include <zlib.h>
#endif
#include <zlib.h>
#include <event2/buffer.h>