mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Fix include order
Because why not :S Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
9d087b920b
commit
aa4ff0c083
@ -12,11 +12,11 @@
|
||||
* for more details.
|
||||
*/
|
||||
|
||||
#include "ui_sharedialog.h"
|
||||
#include "sharedialog.h"
|
||||
#include "sharee.h"
|
||||
#include "sharelinkwidget.h"
|
||||
#include "shareusergroupwidget.h"
|
||||
#include "ui_sharedialog.h"
|
||||
|
||||
#include "account.h"
|
||||
#include "accountstate.h"
|
||||
|
||||
@ -13,8 +13,8 @@
|
||||
* for more details.
|
||||
*/
|
||||
|
||||
#include "sharelinkwidget.h"
|
||||
#include "ui_sharelinkwidget.h"
|
||||
#include "sharelinkwidget.h"
|
||||
#include "account.h"
|
||||
#include "capabilities.h"
|
||||
|
||||
|
||||
@ -12,9 +12,9 @@
|
||||
* for more details.
|
||||
*/
|
||||
|
||||
#include "shareusergroupwidget.h"
|
||||
#include "ui_shareusergroupwidget.h"
|
||||
#include "ui_shareuserline.h"
|
||||
#include "shareusergroupwidget.h"
|
||||
#include "account.h"
|
||||
#include "folderman.h"
|
||||
#include "folder.h"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user