X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/4631c34fb78bebfd3764ebe77d4f4baae757dbf6..95f14eb228100c23f4abd566565b20c2b0499ae0:/src/reduce.c diff --git a/src/reduce.c b/src/reduce.c index 6e16ce31..5338393c 100644 --- a/src/reduce.c +++ b/src/reduce.c @@ -1,7 +1,7 @@ /* Grammar reduction for Bison. - Copyright (C) 1988, 1989, 2000, 2001, 2002, 2003, 2005, 2006, 2007, - 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1988-1989, 2000-2003, 2005-2012 Free Software + Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -29,7 +29,6 @@ #include "system.h" #include -#include #include "complain.h" #include "files.h"