aboutsummaryrefslogtreecommitdiffstats
path: root/filelist.c
diff options
context:
space:
mode:
authorStéphane Aulery <saulery@free.fr>2014-11-27 14:52:12 +0100
committerGerd Hoffmann <kraxel@redhat.com>2014-12-04 10:23:33 +0100
commit3d16dcf69427421db1de26071bb2ce7ff08c839d (patch)
treec705dc5237e7b11df1056621eeb12fe3451ac1fc /filelist.c
parent582a2070a7f792f044fd1ee07a8e0bcfbfa32ee4 (diff)
downloadfbida-3d16dcf69427421db1de26071bb2ce7ff08c839d.tar.gz
Drop unused fnmatch.h header in filelist.c
filelist.c desn't use fnmatch() or FNM_* constants Signed-off-by: Stéphane Aulery <saulery@free.fr> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'filelist.c')
-rw-r--r--filelist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/filelist.c b/filelist.c
index 1444559..adddc76 100644
--- a/filelist.c
+++ b/filelist.c
@@ -11,7 +11,6 @@
#include <dirent.h>
#include <errno.h>
#include <string.h>
-#include <fnmatch.h>
#include <dirent.h>
#include <sys/types.h>
#include <sys/stat.h>