summaryrefslogtreecommitdiffstats
path: root/src/svnqt/client_merge.cpp
diff options
context:
space:
mode:
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
{