]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/lowlevel.hxx
Mac OS X fixes from Markus Morawitz
[simgear.git] / simgear / io / lowlevel.hxx
index b866df2e9d54cfdee58960aaedba75442a06c21d..fc8398f54d2b74d38b689cbad85dee8b8e49055f 100644 (file)
@@ -4,7 +4,7 @@
 // Shamelessly adapted from plib  January 2001
 //
 // Original version Copyright (C) 2000  the plib team
-// Local changes Copyright (C) 2000  Curtis L. Olson  - curt@flightgear.org
+// Local changes Copyright (C) 2000  Curtis L. Olson  - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
 
 
 #include <stdio.h>
-
-#ifdef HAVE_ZLIB
-#  include <zlib.h>
-#else
-#  include <simgear/zlib/zlib.h>
-#endif
+#include <zlib.h>
 
 #include <plib/sg.h>