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

Remove unneeded <errno.h> include

Guillem Jover лет назад: 15
Родитель
Сommit
942be7d09f
4 измененных файлов с 0 добавлено и 4 удалено
  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>