]> granicus.if.org Git - musl/commitdiff
remove now-unnecessary features.h inclusion from fnmatch.h
authorRich Felker <dalias@aerifal.cx>
Mon, 2 Dec 2013 07:06:52 +0000 (02:06 -0500)
committerRich Felker <dalias@aerifal.cx>
Mon, 2 Dec 2013 07:06:52 +0000 (02:06 -0500)
include/fnmatch.h

index 46e5533ed3f9b1b97cc86a9002877b53d856dae5..f9593217ffca540867a92f855e3d61366e1c3809 100644 (file)
@@ -5,8 +5,6 @@
 extern "C" {
 #endif
 
-#include <features.h>
-
 #define        FNM_PATHNAME 0x1
 #define        FNM_NOESCAPE 0x2
 #define        FNM_PERIOD   0x4