diff options
Diffstat (limited to 'poxml/antlr/src/LexerSharedInputState.cpp')
-rw-r--r-- | poxml/antlr/src/LexerSharedInputState.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/poxml/antlr/src/LexerSharedInputState.cpp b/poxml/antlr/src/LexerSharedInputState.cpp index a95f33a8..3099a839 100644 --- a/poxml/antlr/src/LexerSharedInputState.cpp +++ b/poxml/antlr/src/LexerSharedInputState.cpp @@ -1,5 +1,5 @@ -#include "antlr/LexerSharedInputState.hpp" -#include "antlr/CharBuffer.hpp" +#include "antlr/LexerSharedInputState.h" +#include "antlr/CharBuffer.h" ANTLR_BEGIN_NAMESPACE(antlr) |