The zlib functionality is already abstracted throught the libdpkg compress module.
@@ -37,9 +37,6 @@
#include <stdbool.h>
#include <stdlib.h>
#include <stdio.h>
-#ifdef WITH_ZLIB
-#include <zlib.h>
-#endif
#include <dpkg/i18n.h>
#include <dpkg/dpkg.h>
@@ -35,9 +35,6 @@
#include <ar.h>