summaryrefslogtreecommitdiffstats
path: root/poxml/antlr/src/CharScanner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'poxml/antlr/src/CharScanner.cpp')
-rw-r--r--poxml/antlr/src/CharScanner.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/poxml/antlr/src/CharScanner.cpp b/poxml/antlr/src/CharScanner.cpp
index ff40138d..8374651e 100644
--- a/poxml/antlr/src/CharScanner.cpp
+++ b/poxml/antlr/src/CharScanner.cpp
@@ -30,9 +30,9 @@
* @author <br><a href="mailto:pete@yamuna.demon.co.uk">Pete Wells</a>
*/
-#include "antlr/CharScanner.hpp"
-#include "antlr/CommonToken.hpp"
-#include "antlr/MismatchedCharException.hpp"
+#include "antlr/CharScanner.h"
+#include "antlr/CommonToken.h"
+#include "antlr/MismatchedCharException.h"
#include <map>
#ifdef HAS_NOT_CCTYPE_H