summaryrefslogtreecommitdiffstats
path: root/hwpfilter/source/hiodev.cxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-05-08 15:47:24 +0200
committerMichael Stahl <mstahl@redhat.com>2013-05-08 23:34:26 +0200
commit3c38b7727a3deab37c5e9b822cec53c081e2b6e3 (patch)
tree61b40e23ba463a235d7bc41028630a068f3c4fe2 /hwpfilter/source/hiodev.cxx
parentcairo: forgot to remove another outdir libpng path (diff)
downloadcore-3c38b7727a3deab37c5e9b822cec53c081e2b6e3.tar.gz
core-3c38b7727a3deab37c5e9b822cec53c081e2b6e3.zip
zlib: remove ExternalPackage_zlib
Change-Id: I5bce88b2044279a6563fd68c35f9c1ac824c8850
Diffstat (limited to 'hwpfilter/source/hiodev.cxx')
-rw-r--r--hwpfilter/source/hiodev.cxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/hwpfilter/source/hiodev.cxx b/hwpfilter/source/hiodev.cxx
index bb367b8cdfcf..5de1b5c7e890 100644
--- a/hwpfilter/source/hiodev.cxx
+++ b/hwpfilter/source/hiodev.cxx
@@ -19,12 +19,7 @@
#include <stdio.h>
#include <errno.h>
-// DVO: add zlib/ prefix
-#ifdef SYSTEM_ZLIB
-#include <zlib.h>
-#else
-#include <zlib/zlib.h>
-#endif
+
#ifdef WIN32
# include <io.h>
#else