From: allexzander Date: Mon, 5 Apr 2021 11:08:20 +0000 (+0300) Subject: Address review comments. X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~21^2~275^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=de85b79bb864406543b118b37110f51e73ac2c72;p=nextcloud-desktop.git Address review comments. Signed-off-by: allexzander --- 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"