diff options
Diffstat (limited to 'poxml/antlr/src/MismatchedCharException.cpp')
-rw-r--r-- | poxml/antlr/src/MismatchedCharException.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/poxml/antlr/src/MismatchedCharException.cpp b/poxml/antlr/src/MismatchedCharException.cpp index 4dede0e8..06e730d0 100644 --- a/poxml/antlr/src/MismatchedCharException.cpp +++ b/poxml/antlr/src/MismatchedCharException.cpp @@ -30,8 +30,8 @@ * @author <br><a href="mailto:pete@yamuna.demon.co.uk">Pete Wells</a> */ -#include "antlr/MismatchedCharException.hpp" -#include "antlr/String.hpp" +#include "antlr/MismatchedCharException.h" +#include "antlr/String.h" ANTLR_BEGIN_NAMESPACE(antlr) |