From 452af5f4522e750627d0c0ac9fbc794aeb1f1f8f Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 12 Apr 2012 16:05:31 +0100 Subject: 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 --- sdext/source/pdfimport/pdfparse/pdfentries.cxx | 4 ---- sdext/source/pdfimport/test/tests.cxx | 4 ---- sdext/source/pdfimport/xpdfwrapper/pnghelper.cxx | 5 ----- 3 files changed, 13 deletions(-) (limited to 'sdext') diff --git a/sdext/source/pdfimport/pdfparse/pdfentries.cxx b/sdext/source/pdfimport/pdfparse/pdfentries.cxx index 9c36cf803128..14ff3b992d48 100644 --- a/sdext/source/pdfimport/pdfparse/pdfentries.cxx +++ b/sdext/source/pdfimport/pdfparse/pdfentries.cxx @@ -36,11 +36,7 @@ #include #include #include -#ifdef SYSTEM_ZLIB #include "zlib.h" -#else -#include -#endif #include #include diff --git a/sdext/source/pdfimport/test/tests.cxx b/sdext/source/pdfimport/test/tests.cxx index ab4e5fcc811b..f77c82ef73e0 100644 --- a/sdext/source/pdfimport/test/tests.cxx +++ b/sdext/source/pdfimport/test/tests.cxx @@ -32,11 +32,7 @@ #define BASEGFX_STATICLIBRARY -#ifdef SYSTEM_ZLIB #include "zlib.h" -#else -#include -#endif #include "outputwrap.hxx" #include "contentsink.hxx" diff --git a/sdext/source/pdfimport/xpdfwrapper/pnghelper.cxx b/sdext/source/pdfimport/xpdfwrapper/pnghelper.cxx index 71b0c8989228..aee3a7081ba8 100644 --- a/sdext/source/pdfimport/xpdfwrapper/pnghelper.cxx +++ b/sdext/source/pdfimport/xpdfwrapper/pnghelper.cxx @@ -32,12 +32,7 @@ #include "pnghelper.hxx" #include -#ifdef SYSTEM_ZLIB #include "zlib.h" -#else -#define ZLIB_INTERNAL 1 -#include -#endif using namespace pdfi; -- cgit