summaryrefslogtreecommitdiffstats
path: root/poxml/antlr/src/TreeParser.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2020-12-16 17:43:36 +0900
committerMichele Calgaro <[email protected]>2020-12-16 22:24:09 +0900
commit5d7651f93ab9000d6707ae9e541cbc6b3d190724 (patch)
treeece4a4cca10c3ca4308cad42f3f4cfcec9f28f96 /poxml/antlr/src/TreeParser.cpp
parentd23e53cb249d662bba818b47b62a8bb65e4a7d23 (diff)
downloadtdesdk-5d7651f93ab9000d6707ae9e541cbc6b3d190724.tar.gz
tdesdk-5d7651f93ab9000d6707ae9e541cbc6b3d190724.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 7d4f47bd0bf7544dbd7f64ed4089e80780c1d2bd)
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:[email protected]">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>