summaryrefslogtreecommitdiffstats
path: root/lib/antlr/src/TreeParser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/antlr/src/TreeParser.cpp')
-rw-r--r--lib/antlr/src/TreeParser.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/antlr/src/TreeParser.cpp b/lib/antlr/src/TreeParser.cpp
index 6b3f2ca1..dd48b37f 100644
--- a/lib/antlr/src/TreeParser.cpp
+++ b/lib/antlr/src/TreeParser.cpp
@@ -5,8 +5,8 @@
* $Id$
*/
-#include "antlr/TreeParser.hpp"
-#include "antlr/ASTNULLType.hpp"
+#include "antlr/TreeParser.h"
+#include "antlr/ASTNULLType.h"
#ifdef ANTLR_CXX_SUPPORTS_NAMESPACE
namespace antlr {