summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-04-12 16:05:31 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-04-13 13:15:25 +0100
commit452af5f4522e750627d0c0ac9fbc794aeb1f1f8f (patch)
tree950d062f9e183873d64b06e212568a3b0968bb58 /tools
parentWaE: declaration of 'rand' shadows a global declaration (diff)
downloadcore-452af5f4522e750627d0c0ac9fbc794aeb1f1f8f.tar.gz
core-452af5f4522e750627d0c0ac9fbc794aeb1f1f8f.zip
gbuildize internal zlib
and stick headers into the solver in the same hierarchy as is "standard" so we don't have to patch so much, similiarly rename to libz
Diffstat (limited to 'tools')
-rw-r--r--tools/source/zcodec/zcodec.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/source/zcodec/zcodec.cxx b/tools/source/zcodec/zcodec.cxx
index 46d3f24b5310..45429dc8d698 100644
--- a/tools/source/zcodec/zcodec.cxx
+++ b/tools/source/zcodec/zcodec.cxx
@@ -27,13 +27,7 @@
************************************************************************/
#include <tools/stream.hxx>
-#ifndef _ZLIB_H
-#ifdef SYSTEM_ZLIB
#include "zlib.h"
-#else
-#include "zlib/zlib.h"
-#endif
-#endif
#include <tools/zcodec.hxx>
#include <rtl/crc.h>
#include <osl/endian.h>