about summary refs log tree commit diff
path: root/include/fnmatch.h
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2013-12-02 02:06:52 -0500
committerRich Felker <dalias@aerifal.cx>2013-12-02 02:06:52 -0500
commita2231757044db66a36b9899a56011ae0cbac8d1e (patch)
treeab62cb6196386c1ed4f80d506e8511518aadf022 /include/fnmatch.h
parentbb181ae3b86d801a4f78d7ae94cf5b80aa6a1d97 (diff)
downloadmusl-a2231757044db66a36b9899a56011ae0cbac8d1e.tar.gz
musl-a2231757044db66a36b9899a56011ae0cbac8d1e.tar.xz
musl-a2231757044db66a36b9899a56011ae0cbac8d1e.zip
remove now-unnecessary features.h inclusion from fnmatch.h
Diffstat (limited to 'include/fnmatch.h')
-rw-r--r--include/fnmatch.h2
1 files changed, 0 insertions, 2 deletions
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 <features.h>
-
 #define	FNM_PATHNAME 0x1
 #define	FNM_NOESCAPE 0x2
 #define	FNM_PERIOD   0x4