From: Sergey Poznyakoff Date: Sun, 30 Nov 2008 12:33:12 +0000 (+0000) Subject: * src/xheader.c: Remove duplicate inclusion of fnmatch.h. Reported X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;ds=sidebyside;h=cd39b5a1b72d9e0e0fcc6157bbc0e58662b445fb;p=chaz%2Ftar * src/xheader.c: Remove duplicate inclusion of fnmatch.h. Reported by Jim Meyering. --- diff --git a/ChangeLog b/ChangeLog index 62a15c8..7dd05f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-11-30 Sergey Poznyakoff + + * src/xheader.c: Remove duplicate inclusion of fnmatch.h. Reported + by Jim Meyering. + 2008-11-25 Sergey Poznyakoff Do not try to drain the input pipe before closing the diff --git a/src/xheader.c b/src/xheader.c index 9be0a2f..919ecd3 100644 --- a/src/xheader.c +++ b/src/xheader.c @@ -25,8 +25,6 @@ #include "common.h" -#include - 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));