diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-05-08 15:47:24 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-05-08 23:34:26 +0200 |
commit | 3c38b7727a3deab37c5e9b822cec53c081e2b6e3 (patch) | |
tree | 61b40e23ba463a235d7bc41028630a068f3c4fe2 /tools/source | |
parent | e567baf92c0fc71e862a2cf07e029576ee36cd77 (diff) |
zlib: remove ExternalPackage_zlib
Change-Id: I5bce88b2044279a6563fd68c35f9c1ac824c8850
Diffstat (limited to 'tools/source')
-rw-r--r-- | tools/source/zcodec/zcodec.cxx | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/tools/source/zcodec/zcodec.cxx b/tools/source/zcodec/zcodec.cxx index d2496322004c..498c74d6b4bf 100644 --- a/tools/source/zcodec/zcodec.cxx +++ b/tools/source/zcodec/zcodec.cxx @@ -19,13 +19,7 @@ #include <tools/stream.hxx> -#ifndef _ZLIB_H -#ifdef SYSTEM_ZLIB -#include "zlib.h" -#else -#include "zlib/zlib.h" -#endif -#endif +#include <zlib.h> #include <tools/zcodec.hxx> #include <rtl/crc.h> |