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
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/libsync/discovery.cpp
parentcb8b6ccd9b55f81ed2861d47d397b3b9e599fd00 (diff)
Address review comments.
Signed-off-by: allexzander <blackslayer4@gmail.com>
Diffstat (limited to 'src/libsync/discovery.cpp')
-rw-r--r--src/libsync/discovery.cpp4
1 files changed, 1 insertions, 3 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>