summaryrefslogtreecommitdiffstats
path: root/poxml/antlr/src/LexerSharedInputState.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-12-16 17:43:36 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-12-16 22:23:19 +0900
commit7d4f47bd0bf7544dbd7f64ed4089e80780c1d2bd (patch)
treef7e3d4f8731326ee1ee3fdeae370e7528a89c652 /poxml/antlr/src/LexerSharedInputState.cpp
parentd24f40d9befa84da067a756437c70e20461b511b (diff)
downloadtdesdk-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/LexerSharedInputState.cpp')
-rw-r--r--poxml/antlr/src/LexerSharedInputState.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/poxml/antlr/src/LexerSharedInputState.cpp b/poxml/antlr/src/LexerSharedInputState.cpp
index a95f33a8..3099a839 100644
--- a/poxml/antlr/src/LexerSharedInputState.cpp
+++ b/poxml/antlr/src/LexerSharedInputState.cpp
@@ -1,5 +1,5 @@
-#include "antlr/LexerSharedInputState.hpp"
-#include "antlr/CharBuffer.hpp"
+#include "antlr/LexerSharedInputState.h"
+#include "antlr/CharBuffer.h"
ANTLR_BEGIN_NAMESPACE(antlr)