summaryrefslogtreecommitdiffstats
path: root/src/svnqt/client_merge.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2021-03-19 10:06:06 +0900
committerMichele Calgaro <[email protected]>2021-03-19 10:10:59 +0900
commiteb8fa2d68a46e05c52d67e98abb60e9bb70cfa6c (patch)
treeed685a6c70bc5742159b8a9bdd958d62406fdfe0 /src/svnqt/client_merge.cpp
parenta7413f700bbf107677b27816e25df21384be55ce (diff)
downloadtdesvn-r14.0.10.tar.gz
tdesvn-r14.0.10.zip
Renaming of files in preparation for code style tools.r14.0.10
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 283bc34244d24be02e90b767a82826a4ca8da186)
Diffstat (limited to 'src/svnqt/client_merge.cpp')
-rw-r--r--src/svnqt/client_merge.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/svnqt/client_merge.cpp b/src/svnqt/client_merge.cpp
index 0d84cc2..a067244 100644
--- a/src/svnqt/client_merge.cpp
+++ b/src/svnqt/client_merge.cpp
@@ -1,15 +1,15 @@
-#include "svnqt/client_impl.hpp"
+#include "svnqt/client_impl.h"
// subversion api
#include "svn_client.h"
-#include "svnqt/exception.hpp"
-#include "svnqt/pool.hpp"
-#include "svnqt/targets.hpp"
-#include "svnqt/svnqt_defines.hpp"
-#include "svnqt/stringarray.hpp"
+#include "svnqt/exception.h"
+#include "svnqt/pool.h"
+#include "svnqt/targets.h"
+#include "svnqt/svnqt_defines.h"
+#include "svnqt/stringarray.h"
-#include "svnqt/helper.hpp"
+#include "svnqt/helper.h"
namespace svn
{