]> git.saurik.com Git - bison.git/blobdiff - src/gram.c
maint: fix some syntax-check issues.
[bison.git] / src / gram.c
index 38daaa4ae14109efd4870acabb43dc3ace7151d5..46c8cd197eb0a70e9e5bcaf3bab65f87086ce2ca 100644 (file)
@@ -1,6 +1,6 @@
 /* Allocate input grammar variables for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 2001-2003, 2005-2011 Free Software
+   Copyright (C) 1984, 1986, 1989, 2001-2003, 2005-2012 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
@@ -21,8 +21,6 @@
 #include <config.h>
 #include "system.h"
 
-#include <quotearg.h>
-
 #include "complain.h"
 #include "getargs.h"
 #include "gram.h"