Parcourir la source

Remove unused <ctype.h> includes

Guillem Jover il y a 11 ans
Parent
commit
83e8c53c46
9 fichiers modifiés avec 0 ajouts et 9 suppressions
  1. 0 1
      dpkg-deb/extract.c
  2. 0 1
      dpkg-deb/main.c
  3. 0 1
      dselect/method.cc
  4. 0 1
      dselect/pkginfo.cc
  5. 0 1
      lib/dpkg/dump.c
  6. 0 1
      src/archives.c
  7. 0 1
      src/cleanup.c
  8. 0 1
      src/errors.c
  9. 0 1
      src/packages.c

+ 0 - 1
dpkg-deb/extract.c

@@ -29,7 +29,6 @@
 #include <assert.h>
 #include <errno.h>
 #include <limits.h>
-#include <ctype.h>
 #include <string.h>
 #include <dirent.h>
 #include <fcntl.h>

+ 0 - 1
dpkg-deb/main.c

@@ -31,7 +31,6 @@
 #include <locale.h>
 #endif
 #include <errno.h>
-#include <ctype.h>
 #include <string.h>
 #include <dirent.h>
 #include <unistd.h>

+ 0 - 1
dselect/method.cc

@@ -30,7 +30,6 @@
 #include <assert.h>
 #include <errno.h>
 #include <limits.h>
-#include <ctype.h>
 #include <string.h>
 #include <fcntl.h>
 #include <dirent.h>

+ 0 - 1
dselect/pkginfo.cc

@@ -21,7 +21,6 @@
 #include <config.h>
 #include <compat.h>
 
-#include <ctype.h>
 #include <string.h>
 #include <stdio.h>
 

+ 0 - 1
lib/dpkg/dump.c

@@ -32,7 +32,6 @@
 
 #include <assert.h>
 #include <errno.h>
-#include <ctype.h>
 #include <string.h>
 #include <unistd.h>
 #include <stdio.h>

+ 0 - 1
src/archives.c

@@ -31,7 +31,6 @@
 
 #include <assert.h>
 #include <errno.h>
-#include <ctype.h>
 #include <string.h>
 #include <time.h>
 #include <fcntl.h>

+ 0 - 1
src/cleanup.c

@@ -26,7 +26,6 @@
 #include <sys/stat.h>
 
 #include <errno.h>
-#include <ctype.h>
 #include <string.h>
 #include <time.h>
 #include <utime.h>

+ 0 - 1
src/errors.c

@@ -28,7 +28,6 @@
 
 #include <errno.h>
 #include <limits.h>
-#include <ctype.h>
 #include <string.h>
 #include <dirent.h>
 #include <unistd.h>

+ 0 - 1
src/packages.c

@@ -28,7 +28,6 @@
 #include <sys/stat.h>
 
 #include <assert.h>
-#include <ctype.h>
 #include <string.h>
 #include <fcntl.h>
 #include <dirent.h>