diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-16 17:43:36 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-16 22:23:19 +0900 |
commit | 7d4f47bd0bf7544dbd7f64ed4089e80780c1d2bd (patch) | |
tree | f7e3d4f8731326ee1ee3fdeae370e7528a89c652 /poxml/antlr/src/Parser.cpp | |
parent | d24f40d9befa84da067a756437c70e20461b511b (diff) | |
download | tdesdk-7d4f47bd0bf7544dbd7f64ed4089e80780c1d2bd.tar.gz tdesdk-7d4f47bd0bf7544dbd7f64ed4089e80780c1d2bd.zip |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'poxml/antlr/src/Parser.cpp')
-rw-r--r-- | poxml/antlr/src/Parser.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/poxml/antlr/src/Parser.cpp b/poxml/antlr/src/Parser.cpp index 5a0388d4..115bf228 100644 --- a/poxml/antlr/src/Parser.cpp +++ b/poxml/antlr/src/Parser.cpp @@ -30,12 +30,12 @@ * @author <br><a href="mailto:pete@yamuna.demon.co.uk">Pete Wells</a> */ -#include "antlr/Parser.hpp" +#include "antlr/Parser.h" -#include "antlr/BitSet.hpp" -#include "antlr/TokenBuffer.hpp" -#include "antlr/MismatchedTokenException.hpp" -//#include "antlr/ASTFactory.hpp" +#include "antlr/BitSet.h" +#include "antlr/TokenBuffer.h" +#include "antlr/MismatchedTokenException.h" +//#include "antlr/ASTFactory.h" #include <iostream> #include <stdlib.h> |