X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/88bb35d6ac9fbb8d649e1f2fd42f7e8687d9ce89..df5df58d914d8a89ed64eaaee39b954a42d9149d:/data/glr.cc diff --git a/data/glr.cc b/data/glr.cc index 57b4f1f9..068f9a31 100644 --- a/data/glr.cc +++ b/data/glr.cc @@ -229,17 +229,11 @@ b4_copyright([Skeleton interface for Bison GLR parsers in C++], #include #include +#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[