Explorar el Código

dpkg-deb: Do not include unneeded <zlib.h>

The zlib functionality is already abstracted throught the libdpkg
compress module.
Guillem Jover hace 16 años
padre
commit
4952b8c30c
Se han modificado 2 ficheros con 0 adiciones y 6 borrados
  1. 0 3
      dpkg-deb/build.c
  2. 0 3
      dpkg-deb/extract.c

+ 0 - 3
dpkg-deb/build.c

@@ -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>

+ 0 - 3
dpkg-deb/extract.c

@@ -35,9 +35,6 @@
 #include <ar.h>
 #include <stdlib.h>
 #include <stdio.h>
-#ifdef WITH_ZLIB
-#include <zlib.h>
-#endif
 
 #include <dpkg/i18n.h>
 #include <dpkg/dpkg.h>