Skip to content

Commit

Permalink
Fix includes in accountmanager.cpp
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
  • Loading branch information
claucambra committed Dec 7, 2022
1 parent 3a2ba25 commit a8f0fe1
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/gui/accountmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,21 @@
*/

#include "accountmanager.h"
#include "configfile.h"

#include "sslerrordialog.h"
#include "proxyauthhandler.h"
#include "common/asserts.h"
#include <theme.h>
#include <creds/credentialsfactory.h>
#include <creds/abstractcredentials.h>
#include <cookiejar.h>
#include "creds/credentialsfactory.h"
#include "creds/abstractcredentials.h"
#include "libsync/clientsideencryption.h"
#include "libsync/configfile.h"
#include "libsync/cookiejar.h"
#include "libsync/theme.h"

#include <QSettings>
#include <QDir>
#include <QNetworkAccessManager>
#include <QMessageBox>
#include <QDesktopServices>
#include "clientsideencryption.h"

namespace {
constexpr auto urlC = "url";
Expand Down

0 comments on commit a8f0fe1

Please sign in to comment.