Address review comments.

Signed-off-by: allexzander <blackslayer4@gmail.com>
This commit is contained in:
allexzander 2021-04-05 14:08:20 +03:00 committed by allexzander (Rebase PR Action)
parent cb8b6ccd9b
commit de85b79bb8
2 changed files with 1 additions and 5 deletions

View file

@ -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>

View 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"