]> git.saurik.com Git - bison.git/blobdiff - data/glr.cc
lalr1.cc: remove useless forward declaration.
[bison.git] / data / glr.cc
index 57b4f1f9077409c3c75a3f82c3004282e8ea243a..068f9a314053f12126fb7884677302c10d3b9800 100644 (file)
@@ -229,17 +229,11 @@ b4_copyright([Skeleton interface for Bison GLR parsers in C++],
 
 #include <string>
 #include <iostream>
+#include "location.hh"
 
 /* Using locations.  */
 #define YYLSP_NEEDED ]b4_locations_flag[
 
-]b4_namespace_open[
-  class position;
-  class location;
-]b4_namespace_close[
-
-#include "location.hh"
-
 /* Enabling traces.  */
 #ifndef YYDEBUG
 # define YYDEBUG ]b4_debug_flag[