1
0
Fork 0

Clean up some old remnants of HAVE_ZLIB_H

This commit is contained in:
curt 2002-08-30 03:00:21 +00:00
parent 65d6f9c623
commit 8c35817530
3 changed files with 5 additions and 18 deletions

View file

@ -30,12 +30,7 @@
#include <stdio.h>
#include <time.h>
#ifdef HAVE_ZLIB
# include <zlib.h>
#else
# include <simgear/zlib/zlib.h>
#endif
#include <zlib.h>
#include <list>
#include STL_STRING

View file

@ -31,13 +31,9 @@
#include STL_STRING
#include <simgear/debug/logstream.hxx>
#include <zlib.h>
#ifdef HAVE_ZLIB
# include <zlib.h>
#else
# include <simgear/zlib/zlib.h>
#endif
#include <simgear/debug/logstream.hxx>
#include <Polygon/index.hxx>
#include <Polygon/names.hxx>

View file

@ -31,13 +31,9 @@
#include STL_STRING
#include <simgear/debug/logstream.hxx>
#include <zlib.h>
#ifdef HAVE_ZLIB
# include <zlib.h>
#else
# include <simgear/zlib/zlib.h>
#endif
#include <simgear/debug/logstream.hxx>
#include <Polygon/index.hxx>
#include <Polygon/names.hxx>