X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/e9690142325711b320ef444768fdd40a087d02f7..0fe9720964da510a2b359af390a3053aace65f9f:/src/LR0.c diff --git a/src/LR0.c b/src/LR0.c index 17845519..a757f006 100644 --- a/src/LR0.c +++ b/src/LR0.c @@ -1,6 +1,6 @@ /* Generate the LR(0) parser states for Bison. - Copyright (C) 1984, 1986, 1989, 2000-2002, 2004-2011 Free Software + Copyright (C) 1984, 1986, 1989, 2000-2002, 2004-2012 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -26,7 +26,6 @@ #include "system.h" #include -#include #include "LR0.h" #include "closure.h"