summaryrefslogtreecommitdiffstats
path: root/poxml/antlr/src/TreeParser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'poxml/antlr/src/TreeParser.cpp')
-rw-r--r--poxml/antlr/src/TreeParser.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/poxml/antlr/src/TreeParser.cpp b/poxml/antlr/src/TreeParser.cpp
index 6d302737..1e83bd77 100644
--- a/poxml/antlr/src/TreeParser.cpp
+++ b/poxml/antlr/src/TreeParser.cpp
@@ -29,9 +29,9 @@
* @author <br>John Lilley, <a href=http://www.Empathy.com>Empathy Software</a>
* @author <br><a href="mailto:pete@yamuna.demon.co.uk">Pete Wells</a>
*/
-#include "antlr/TreeParser.hpp"
-#include "antlr/ASTNULLType.hpp"
-#include "antlr/MismatchedTokenException.hpp"
+#include "antlr/TreeParser.h"
+#include "antlr/ASTNULLType.h"
+#include "antlr/MismatchedTokenException.h"
#include <iostream>
#include <stdlib.h>