]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/zfstream.hxx
Patch from Cameron Moore:
[simgear.git] / simgear / misc / zfstream.hxx
index cfd7731ac8c17067fb0975bbfb81b9102cfb520f..bf9f1733c830c22d1bf623e89401a4975e99a146 100644 (file)
 #ifndef _zfstream_hxx
 #define _zfstream_hxx
 
-#ifdef HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #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