Address review comments.
authorallexzander <blackslayer4@gmail.com>
Mon, 5 Apr 2021 11:08:20 +0000 (14:08 +0300)
committerallexzander (Rebase PR Action) <allexzander@users.noreply.github.com>
Wed, 7 Apr 2021 09:08:02 +0000 (09:08 +0000)
Signed-off-by: allexzander <blackslayer4@gmail.com>
src/libsync/discovery.cpp
src/libsync/discoveryphase.cpp

index 636e64c9de0fc395ce416108637a76501d2bd363..c318c85c62b59da16979fbe01965e151cc0120fa 100644 (file)
  */
 
 #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>
index 5cb1c7c55be58a1fcbdef2e0168cf6483b91e111..bce9276ad8bfdabcae9359578918d9409b8a404e 100644 (file)
@@ -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"