Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorallexzander <blackslayer4@gmail.com>2021-04-05 14:08:20 +0300
committerallexzander (Rebase PR Action) <allexzander@users.noreply.github.com>2021-04-07 12:08:02 +0300
commitde85b79bb864406543b118b37110f51e73ac2c72 (patch)
tree06d1c0686bb780a8dbc8dbfcf793fd02d1297b9e /src
parentcb8b6ccd9b55f81ed2861d47d397b3b9e599fd00 (diff)
Address review comments.
Signed-off-by: allexzander <blackslayer4@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/libsync/discovery.cpp4
-rw-r--r--src/libsync/discoveryphase.cpp2
2 files changed, 1 insertions, 5 deletions
diff --git a/src/libsync/discovery.cpp b/src/libsync/discovery.cpp
index 636e64c9d..c318c85c6 100644
--- a/src/libsync/discovery.cpp
+++ b/src/libsync/discovery.cpp
@@ -13,10 +13,8 @@
*/
#include "discovery.h"
-#include "common/syncjournaldb.h"
-#ifdef Q_OS_WIN
#include "common/filesystembase.h"
-#endif
+#include "common/syncjournaldb.h"
#include "syncfileitem.h"
#include <QDebug>
#include <algorithm>
diff --git a/src/libsync/discoveryphase.cpp b/src/libsync/discoveryphase.cpp
index 5cb1c7c55..bce9276ad 100644
--- a/src/libsync/discoveryphase.cpp
+++ b/src/libsync/discoveryphase.cpp
@@ -20,9 +20,7 @@
#include "common/asserts.h"
#include "common/checksums.h"
-#ifdef Q_OS_WIN
#include "common/filesystembase.h"
-#endif
#include <csync_exclude.h>
#include "vio/csync_vio_local.h"