X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ac2834ab04e6ca828e032b6168aa2e32134b7d8c..21689736a7139bc341463ab3db9329029fb93b85:/src/common/zstream.cpp diff --git a/src/common/zstream.cpp b/src/common/zstream.cpp index 2cfec91082..2636efd14b 100644 --- a/src/common/zstream.cpp +++ b/src/common/zstream.cpp @@ -33,8 +33,6 @@ // the user (who can define wxUSE_ZLIB_H_IN_PATH), we hardcode the path here #if defined(__WXMSW__) && !defined(__WX_SETUP_H__) && !defined(wxUSE_ZLIB_H_IN_PATH) #include "../zlib/zlib.h" -#elif defined(__WXMAC__) && defined(__UNIX__) - #include #else #include "zlib.h" #endif