summaryrefslogtreecommitdiffstats
path: root/src/svnqt/client_annotate.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-03-19 10:06:06 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-03-19 10:06:06 +0900
commit283bc34244d24be02e90b767a82826a4ca8da186 (patch)
tree5b9d49d503a44b8ceea82744f11b8014e3b41ca3 /src/svnqt/client_annotate.cpp
parent971ab170cfa851d20a42864231676f05f4cdb4cc (diff)
downloadtdesvn-283bc34244d24be02e90b767a82826a4ca8da186.tar.gz
tdesvn-283bc34244d24be02e90b767a82826a4ca8da186.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/svnqt/client_annotate.cpp')
-rw-r--r--src/svnqt/client_annotate.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/svnqt/client_annotate.cpp b/src/svnqt/client_annotate.cpp
index 94e5d71..2930298 100644
--- a/src/svnqt/client_annotate.cpp
+++ b/src/svnqt/client_annotate.cpp
@@ -31,8 +31,8 @@
#pragma warning( disable: 4786 )// debug symbol truncated
#endif
// svncpp
-#include "svnqt/client_impl.hpp"
-#include "svnqt/svnqt_defines.hpp"
+#include "svnqt/client_impl.h"
+#include "svnqt/svnqt_defines.h"
// Subversion api
#include "svn_client.h"