Bladeren bron

Remove unused <fnmatch.h> include

Guillem Jover 16 jaren geleden
bovenliggende
commit
ff33aa430e
3 gewijzigde bestanden met toevoegingen van 0 en 3 verwijderingen
  1. 0 1
      src/enquiry.c
  2. 0 1
      src/trigcmd.c
  3. 0 1
      src/update.c

+ 0 - 1
src/enquiry.c

@@ -29,7 +29,6 @@
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
-#include <fnmatch.h>
 #include <assert.h>
 #include <unistd.h>
 #include <sys/types.h>

+ 0 - 1
src/trigcmd.c

@@ -27,7 +27,6 @@
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
-#include <fnmatch.h>
 #include <unistd.h>
 #include <sys/types.h>
 #include <sys/stat.h>

+ 0 - 1
src/update.c

@@ -27,7 +27,6 @@
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
-#include <fnmatch.h>
 #include <unistd.h>
 
 #include <dpkg/dpkg.h>