diff options
author | Tobias Fella <fella@posteo.de> | 2021-11-27 00:52:24 +0100 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2021-12-01 21:56:59 +0100 |
commit | 8020505eb582479cf62d0157fe866f63a888f1a9 (patch) | |
tree | ec09f922b9b8f00488e3048674d7b29f72fb9b80 /lib/networkaccessmanager.cpp | |
parent | e99802772ebab9802e2f35d83ce1de9f83691d90 (diff) | |
download | libquotient-8020505eb582479cf62d0157fe866f63a888f1a9.tar.gz libquotient-8020505eb582479cf62d0157fe866f63a888f1a9.zip |
Apply more suggestions
Diffstat (limited to 'lib/networkaccessmanager.cpp')
-rw-r--r-- | lib/networkaccessmanager.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/networkaccessmanager.cpp b/lib/networkaccessmanager.cpp index c660cff8..d0380cec 100644 --- a/lib/networkaccessmanager.cpp +++ b/lib/networkaccessmanager.cpp @@ -12,12 +12,6 @@ #include <QtCore/QThreadStorage> #include <QtCore/QSettings> #include <QtNetwork/QNetworkReply> -#include "accountregistry.h" -#include "mxcreply.h" -#include "connection.h" -#include "events/eventcontent.h" - -#include "room.h" using namespace Quotient; |