util: drop non-posix header fnmatch

Seems fnmatch usage was removed but not the include

Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7013>
This commit is contained in:
Michel Zou 2020-10-05 20:11:26 +02:00 committed by Marge Bot
parent f0707e977b
commit 82563b6a9f

View file

@ -49,7 +49,7 @@
#include <unistd.h>
#include <errno.h>
#include <dirent.h>
#include <fnmatch.h>
#include <sys/stat.h>
#include <regex.h>
#include "strndup.h"
#include "xmlconfig.h"