From a2231757044db66a36b9899a56011ae0cbac8d1e Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Mon, 2 Dec 2013 02:06:52 -0500 Subject: remove now-unnecessary features.h inclusion from fnmatch.h --- include/fnmatch.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') 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 -- cgit v1.2.1