diff --git a/src/libsync/account.h b/src/libsync/account.h index ebc53dbda3..b00be5ab09 100644 --- a/src/libsync/account.h +++ b/src/libsync/account.h @@ -16,6 +16,7 @@ #ifndef SERVERCONNECTION_H #define SERVERCONNECTION_H +#include "accountfwd.h" #include "capabilities.h" #include "clientsideencryption.h" #include "clientstatusreporting.h" @@ -55,8 +56,6 @@ class ReadPasswordJob; namespace OCC { class AbstractCredentials; -class Account; -using AccountPtr = QSharedPointer; class AccessManager; class SimpleNetworkJob; class PushNotifications;