X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/43591cec981a3e7dd87bd1aef63ea0b9ec73c01c..490abf53b1391c2bc49564bff71ac400880323ad:/src/lalr.c diff --git a/src/lalr.c b/src/lalr.c index 76ad5173..48635ef3 100644 --- a/src/lalr.c +++ b/src/lalr.c @@ -1,5 +1,5 @@ /* Compute look-ahead criteria for bison, - Copyright (C) 1984, 1986, 1989, 2000 Free Software Foundation, Inc. + Copyright 1984, 1986, 1989, 2000 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -26,7 +26,6 @@ #include "system.h" #include "types.h" #include "LR0.h" -#include "xalloc.h" #include "gram.h" #include "complain.h" #include "lalr.h"