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/swappo.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/swappo.cpp')
-rw-r--r-- | poxml/swappo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/poxml/swappo.cpp b/poxml/swappo.cpp index 8e2e8344..16e7ee7f 100644 --- a/poxml/swappo.cpp +++ b/poxml/swappo.cpp @@ -1,8 +1,8 @@ #include <iostream> using namespace std; -#include "GettextParser.hpp" +#include "GettextParser.h" #include <fstream> -#include "GettextLexer.hpp" +#include "GettextLexer.h" int main(int argc, char **argv) { |