summaryrefslogtreecommitdiffstats
path: root/lib/antlr/src/MismatchedCharException.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/antlr/src/MismatchedCharException.cpp')
-rw-r--r--lib/antlr/src/MismatchedCharException.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/antlr/src/MismatchedCharException.cpp b/lib/antlr/src/MismatchedCharException.cpp
index e73dbf36..019743b0 100644
--- a/lib/antlr/src/MismatchedCharException.cpp
+++ b/lib/antlr/src/MismatchedCharException.cpp
@@ -5,9 +5,9 @@
* $Id$
*/
-#include "antlr/CharScanner.hpp"
-#include "antlr/MismatchedCharException.hpp"
-#include "antlr/String.hpp"
+#include "antlr/CharScanner.h"
+#include "antlr/MismatchedCharException.h"
+#include "antlr/String.h"
#ifdef ANTLR_CXX_SUPPORTS_NAMESPACE
namespace antlr {