Index: tests/PDFDeflateWStreamTest.cpp |
diff --git a/tests/PDFDeflateWStreamTest.cpp b/tests/PDFDeflateWStreamTest.cpp |
index 91c8c3fffe3b0142c1e3ca5ac9f0dca9ae345715..262750876e9b124ab3d738fcb358d6c0bcf0f10d 100644 |
--- a/tests/PDFDeflateWStreamTest.cpp |
+++ b/tests/PDFDeflateWStreamTest.cpp |
@@ -11,11 +11,7 @@ |
namespace { |
-#ifdef ZLIB_INCLUDE |
- #include ZLIB_INCLUDE |
-#else |
- #include "zlib.h" |
-#endif |
+#include "zlib.h" |
// Different zlib implementations use different T. |
// We've seen size_t and unsigned. |