]> git.saurik.com Git - bison.git/blobdiff - src/lalr.c
More ignores.
[bison.git] / src / lalr.c
index 76ad5173958bb9f3b2425ca4cd64968f18511d31..48635ef316d993262f90691f6033305ad0a8643d 100644 (file)
@@ -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"