소스 검색

* src/xheader.c: Remove duplicate inclusion of fnmatch.h. Reported
by Jim Meyering.

Sergey Poznyakoff 16 년 전
부모
커밋
cd39b5a1b7
2개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 5 0
      ChangeLog
  2. 0 2
      src/xheader.c

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2008-11-30  Sergey Poznyakoff  <gray@gnu.org.ua>
+
+	* src/xheader.c: Remove duplicate inclusion of fnmatch.h. Reported
+	by Jim Meyering.
+
 2008-11-25  Sergey Poznyakoff  <gray@gnu.org.ua>
 
 	Do not try to drain the input pipe before closing the

+ 0 - 2
src/xheader.c

@@ -25,8 +25,6 @@
 
 #include "common.h"
 
-#include <fnmatch.h>
-
 static bool xheader_protected_pattern_p (char const *pattern);
 static bool xheader_protected_keyword_p (char const *keyword);
 static void xheader_set_single_keyword (char *) __attribute__ ((noreturn));