From 4b4da9fb83f9e77bae0f507938db76e523032de5 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Thu, 23 Oct 2008 20:02:52 -0500 Subject: [PATCH] Remove duplicate header inclusion. * src/LR0.c: here. --- ChangeLog | 5 +++++ src/LR0.c | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 399782b7..fce87733 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-11-15 Akim Demaille + + Remove duplicate header inclusion. + * src/LR0.c: here. + 2008-11-15 Akim Demaille * src/parse-gram.h, src/parse-gram.c: Regen. diff --git a/src/LR0.c b/src/LR0.c index efda69fb..8642597e 100644 --- a/src/LR0.c +++ b/src/LR0.c @@ -1,6 +1,6 @@ /* Generate the nondeterministic finite state machine for Bison. - Copyright (C) 1984, 1986, 1989, 2000, 2001, 2002, 2004, 2005, 2006, 2007 + Copyright (C) 1984, 1986, 1989, 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -33,7 +33,6 @@ #include "complain.h" #include "getargs.h" #include "gram.h" -#include "gram.h" #include "lalr.h" #include "reader.h" #include "reduce.h" -- 2.47.2