X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/e141f4d4bb6584bfbf13003047a2e48e9a6eab6a..c826013fb38c98861ef0fc5d4dc3fb3fb4f555be:/data/glr.cc diff --git a/data/glr.cc b/data/glr.cc index 4ebb3d1b..feed669a 100644 --- a/data/glr.cc +++ b/data/glr.cc @@ -226,17 +226,11 @@ b4_copyright([Skeleton interface for Bison GLR parsers in C++], #include #include #include +#include "location.hh" /* Using locations. */ #define YYLSP_NEEDED ]b4_locations_if([1], [0])[ -]b4_namespace_open[ - class position; - class location; -]b4_namespace_close[ - -#include "location.hh" - /* Enabling traces. */ #ifndef YYDEBUG # define YYDEBUG ]b4_parse_trace_if([1], [0])[