Просмотр исходного кода

Remove some unnecessary includes of assert.h

Signed-off-by: Niels Thykier <niels@thykier.net>
Niels Thykier лет назад: 11
Родитель
Сommit
4d7f9ffbef
7 измененных файлов с 0 добавлено и 7 удалено
  1. 0 1
      dpkg-deb/extract.c
  2. 0 1
      dpkg-deb/main.c
  3. 0 1
      dpkg-split/main.c
  4. 0 1
      dpkg-split/queue.c
  5. 0 1
      lib/dpkg/ehandle.c
  6. 0 1
      lib/dpkg/log.c
  7. 0 1
      src/help.c

+ 0 - 1
dpkg-deb/extract.c

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

+ 0 - 1
dpkg-deb/main.c

@@ -25,7 +25,6 @@
 #include <sys/types.h>
 #include <sys/wait.h>
 
-#include <assert.h>
 #include <limits.h>
 #if HAVE_LOCALE_H
 #include <locale.h>

+ 0 - 1
dpkg-split/main.c

@@ -23,7 +23,6 @@
 
 #include <sys/types.h>
 
-#include <assert.h>
 #include <errno.h>
 #include <limits.h>
 #include <inttypes.h>

+ 0 - 1
dpkg-split/queue.c

@@ -24,7 +24,6 @@
 
 #include <sys/stat.h>
 
-#include <assert.h>
 #include <errno.h>
 #include <limits.h>
 #include <inttypes.h>

+ 0 - 1
lib/dpkg/ehandle.c

@@ -22,7 +22,6 @@
 #include <config.h>
 #include <compat.h>
 
-#include <assert.h>
 #include <errno.h>
 #include <string.h>
 #include <unistd.h>

+ 0 - 1
lib/dpkg/log.c

@@ -21,7 +21,6 @@
 #include <config.h>
 #include <compat.h>
 
-#include <assert.h>
 #include <errno.h>
 #include <time.h>
 #include <unistd.h>

+ 0 - 1
src/help.c

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