From 7d4f47bd0bf7544dbd7f64ed4089e80780c1d2bd Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 16 Dec 2020 17:43:36 +0900 Subject: Renaming of files in preparation for code style tools. Signed-off-by: Michele Calgaro --- poxml/antlr/src/TreeParser.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'poxml/antlr/src/TreeParser.cpp') 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
John Lilley, Empathy Software * @author
Pete Wells */ -#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 #include -- cgit v1.2.3