]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/zfstream.hxx
Patch from Cameron Moore:
[simgear.git] / simgear / misc / zfstream.hxx
index 1dd3669e1b1853af6dcfccd72163689b0b975d9a..bf9f1733c830c22d1bf623e89401a4975e99a146 100644 (file)
 
 #include <simgear/compiler.h>
 
-#ifdef HAVE_ZLIB
-#  include <zlib.h>
-#else
-#  include <simgear/zlib/zlib.h>
-#endif
+#include <zlib.h>
 
 // At least Irix needs this
 #ifdef SG_HAVE_NATIVE_SGI_COMPILERS