X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/ea0a767697594d2eda37daf5ecbf2fdaf60d2189..bcbbf654863dd285b176a0f54a75a28c4bdac1d3:/src/lalr.c diff --git a/src/lalr.c b/src/lalr.c index 40a4a68e..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-2011 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"