]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/zstream.cpp
some wxArtProv docs
[wxWidgets.git] / src / common / zstream.cpp
index 2cfec910822662c07e8a2d8ef4b9a65fb1154963..2636efd14b5b04e66b0ac22249de7326d28f519f 100644 (file)
@@ -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 <Kernel/net/zlib.h>
 #else
    #include "zlib.h"
 #endif