This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grep".
The branch, master has been updated
via d82e0fce03553b929dac59e3effabc54bb02058f (commit)
from b2d9a6f8c9e71007181eb1d7be4cae096e0da655 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=d82e0fce03553b929dac59e3effabc54bb02058f
commit d82e0fce03553b929dac59e3effabc54bb02058f
Author: Jim Meyering <[email protected]>
Date: Tue Jul 12 18:45:40 2011 +0200
dfa: remove unnecessary inclusion of verify.h
* src/dfa.c: Don't include "verify.h".
diff --git a/src/dfa.c b/src/dfa.c
index 611003d..b1a5266 100644
--- a/src/dfa.c
+++ b/src/dfa.c
@@ -29,7 +29,6 @@
#include <limits.h>
#include <string.h>
#include <locale.h>
-#include "verify.h"
#define STREQ(a, b) (strcmp (a, b) == 0)
-----------------------------------------------------------------------
Summary of changes:
src/dfa.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
hooks/post-receive
--
grep