summaryrefslogtreecommitdiffstats
path: root/poxml/GettextLexer.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:24:09 +0900
commit5d7651f93ab9000d6707ae9e541cbc6b3d190724 (patch)
treeece4a4cca10c3ca4308cad42f3f4cfcec9f28f96 /poxml/GettextLexer.cpp
parentd23e53cb249d662bba818b47b62a8bb65e4a7d23 (diff)
downloadtdesdk-5d7651f93ab9000d6707ae9e541cbc6b3d190724.tar.gz
tdesdk-5d7651f93ab9000d6707ae9e541cbc6b3d190724.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7d4f47bd0bf7544dbd7f64ed4089e80780c1d2bd)
Diffstat (limited to 'poxml/GettextLexer.cpp')
-rw-r--r--poxml/GettextLexer.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/poxml/GettextLexer.cpp b/poxml/GettextLexer.cpp
index cc768114..d3e55ea8 100644
--- a/poxml/GettextLexer.cpp
+++ b/poxml/GettextLexer.cpp
@@ -1,12 +1,12 @@
/* $ANTLR 2.7.1: "gettext.g" -> "GettextLexer.cpp"$ */
-#include "GettextLexer.hpp"
-#include "antlr/CharBuffer.hpp"
-#include "antlr/TokenStreamException.hpp"
-#include "antlr/TokenStreamIOException.hpp"
-#include "antlr/TokenStreamRecognitionException.hpp"
-#include "antlr/CharStreamException.hpp"
-#include "antlr/CharStreamIOException.hpp"
-#include "antlr/NoViableAltForCharException.hpp"
+#include "GettextLexer.h"
+#include "antlr/CharBuffer.h"
+#include "antlr/TokenStreamException.h"
+#include "antlr/TokenStreamIOException.h"
+#include "antlr/TokenStreamRecognitionException.h"
+#include "antlr/CharStreamException.h"
+#include "antlr/CharStreamIOException.h"
+#include "antlr/NoViableAltForCharException.h"
#line 1 "gettext.g"