X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fcompressor.cpp;h=84b8f7fead4112d3153e46a6171b5204563a0917;hp=f776fe38170371112fdab2f90e4608d46ed0de46;hb=6718d7a1ccd42d7aae75e57d6974e0b1e0384044;hpb=cc9f5099567634673f181aa49ae0b5d19bf93f7c diff --git a/src/common/compressor.cpp b/src/common/compressor.cpp index f776fe38..84b8f7fe 100644 --- a/src/common/compressor.cpp +++ b/src/common/compressor.cpp @@ -23,13 +23,6 @@ #include #include -#ifdef HAVE_ZLIB -# include -#else -# define MINIZ_HEADER_FILE_ONLY -# include "../../3rdparty/miniz/miniz.c" -#endif - const int maxBufferSize = 64 * 1024 * 1024; // protect us from zip bombs const int ioBufferSize = 64 * 1024; // chunk size for inflate/deflate; should not be too large as we preallocate that space!