Procházet zdrojové kódy

Do not include two unused <assert.h>

Guillem Jover před 16 roky
rodič
revize
0f1bf462ad
2 změnil soubory, kde provedl 0 přidání a 2 odebrání
  1. 0 1
      dpkg-deb/build.c
  2. 0 1
      src/remove.c

+ 0 - 1
dpkg-deb/build.c

@@ -26,7 +26,6 @@
 #include <sys/stat.h>
 #include <sys/wait.h>
 
-#include <assert.h>
 #include <errno.h>
 #include <limits.h>
 #include <ctype.h>

+ 0 - 1
src/remove.c

@@ -24,7 +24,6 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 
-#include <assert.h>
 #include <errno.h>
 #include <ctype.h>
 #include <string.h>