From de85b79bb864406543b118b37110f51e73ac2c72 Mon Sep 17 00:00:00 2001 From: allexzander Date: Mon, 5 Apr 2021 14:08:20 +0300 Subject: [PATCH] Address review comments. Signed-off-by: allexzander --- src/libsync/discovery.cpp | 4 +--- src/libsync/discoveryphase.cpp | 2 -- 2 files changed, 1 insertion(+), 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 #include 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 #include "vio/csync_vio_local.h" -- 2.30.2