diff options
Diffstat (limited to 'poxml/antlr/src/CommonAST.cpp')
-rw-r--r-- | poxml/antlr/src/CommonAST.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/poxml/antlr/src/CommonAST.cpp b/poxml/antlr/src/CommonAST.cpp index 3a4067e3..0204b452 100644 --- a/poxml/antlr/src/CommonAST.cpp +++ b/poxml/antlr/src/CommonAST.cpp @@ -30,8 +30,8 @@ * @author <br><a href="mailto:[email protected]">Pete Wells</a> */ -#include "antlr/config.hpp" -#include "antlr/CommonAST.hpp" +#include "antlr/config.h" +#include "antlr/CommonAST.h" ANTLR_BEGIN_NAMESPACE(antlr) |