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/po2xml.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'poxml/po2xml.cpp') diff --git a/poxml/po2xml.cpp b/poxml/po2xml.cpp index e43f464a..65c4e013 100644 --- a/poxml/po2xml.cpp +++ b/poxml/po2xml.cpp @@ -7,10 +7,10 @@ #include #include -#include "GettextLexer.hpp" -#include "GettextParser.hpp" -#include "antlr/AST.hpp" -#include "antlr/CommonAST.hpp" +#include "GettextLexer.h" +#include "GettextParser.h" +#include "antlr/AST.h" +#include "antlr/CommonAST.h" using namespace std; -- cgit v1.2.1