mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user