Selaa lähdekoodia

Remove unneeded <errno.h> include

Guillem Jover 15 vuotta sitten
vanhempi
commit
942be7d09f
4 muutettua tiedostoa jossa 0 lisäystä ja 4 poistoa
  1. 0 1
      dpkg-deb/main.c
  2. 0 1
      dpkg-split/split.c
  3. 0 1
      lib/dpkg/buffer.c
  4. 0 1
      lib/dpkg/mlib.c

+ 0 - 1
dpkg-deb/main.c

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

+ 0 - 1
dpkg-split/split.c

@@ -27,7 +27,6 @@
 #include <sys/wait.h>
 
 #include <limits.h>
-#include <errno.h>
 #include <fcntl.h>
 #include <libgen.h>
 #include <string.h>

+ 0 - 1
lib/dpkg/buffer.c

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

+ 0 - 1
lib/dpkg/mlib.c

@@ -23,7 +23,6 @@
 
 #include <sys/types.h>
 
-#include <errno.h>
 #include <string.h>
 #include <fcntl.h>
 #include <unistd.h>