diff options
author | Stéphane Aulery <saulery@free.fr> | 2014-11-27 14:52:12 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2014-12-04 10:23:33 +0100 |
commit | 3d16dcf69427421db1de26071bb2ce7ff08c839d (patch) | |
tree | c705dc5237e7b11df1056621eeb12fe3451ac1fc | |
parent | 582a2070a7f792f044fd1ee07a8e0bcfbfa32ee4 (diff) | |
download | fbida-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>
-rw-r--r-- | filelist.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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> |