From: Rich Felker Date: Mon, 2 Dec 2013 07:06:52 +0000 (-0500) Subject: remove now-unnecessary features.h inclusion from fnmatch.h X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=a2231757044db66a36b9899a56011ae0cbac8d1e;p=musl remove now-unnecessary features.h inclusion from fnmatch.h --- diff --git a/include/fnmatch.h b/include/fnmatch.h index 46e5533e..f9593217 100644 --- a/include/fnmatch.h +++ b/include/fnmatch.h @@ -5,8 +5,6 @@ extern "C" { #endif -#include - #define FNM_PATHNAME 0x1 #define FNM_NOESCAPE 0x2 #define FNM_PERIOD 0x4