X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/1c4ad777cb220ea669dc934c9b600a25a824a658..e3f8c4ef690e8e8df992dbcbc04e21c63e45986e:/src/lalr.c?ds=sidebyside diff --git a/src/lalr.c b/src/lalr.c index 6f099a8b..98661544 100644 --- a/src/lalr.c +++ b/src/lalr.c @@ -1,6 +1,6 @@ /* Compute lookahead criteria for Bison. - Copyright (C) 1984, 1986, 1989, 2000-2010 Free Software Foundation, + Copyright (C) 1984, 1986, 1989, 2000-2012 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -27,7 +27,6 @@ #include #include -#include #include "LR0.h" #include "complain.h"