зеркало из https://github.com/nextcloud/desktop.git
fix include order from most specific to less specific
shoudl ensure that included headers are self sufficient Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
Родитель
14c03bf76f
Коммит
369296d6ed
|
@ -13,17 +13,17 @@
|
|||
*/
|
||||
#pragma once
|
||||
|
||||
#include "ocsynclib.h"
|
||||
#include "result.h"
|
||||
#include "syncfilestatus.h"
|
||||
#include "pinstate.h"
|
||||
|
||||
#include <QObject>
|
||||
#include <QScopedPointer>
|
||||
#include <QSharedPointer>
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "ocsynclib.h"
|
||||
#include "result.h"
|
||||
#include "syncfilestatus.h"
|
||||
#include "pinstate.h"
|
||||
|
||||
using csync_file_stat_t = struct csync_file_stat_s;
|
||||
|
||||
namespace OCC {
|
||||
|
|
Загрузка…
Ссылка в новой задаче