소스 검색

remove now-unnecessary features.h inclusion from fnmatch.h

Rich Felker 11 년 전
부모
커밋
a223175704
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      include/fnmatch.h

+ 0 - 2
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