diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2016-11-01 13:59:25 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2016-11-01 14:04:20 +0900 |
commit | 6b0c1ee80db661a19ef4376d6663278d949715eb (patch) | |
tree | fd4547727621bb4ed76b0b3bf74d1fc302db024c /jobs | |
parent | e0a879ef17e3363f64ff51b438eae4c7a2267dc8 (diff) | |
download | libquotient-6b0c1ee80db661a19ef4376d6663278d949715eb.tar.gz libquotient-6b0c1ee80db661a19ef4376d6663278d949715eb.zip |
Removed unused #includes
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/joinroomjob.cpp | 1 | ||||
-rw-r--r-- | jobs/passwordlogin.cpp | 2 | ||||
-rw-r--r-- | jobs/roommessagesjob.cpp | 1 | ||||
-rw-r--r-- | jobs/syncjob.cpp | 4 |
4 files changed, 0 insertions, 8 deletions
diff --git a/jobs/joinroomjob.cpp b/jobs/joinroomjob.cpp index d443acd7..073084c4 100644 --- a/jobs/joinroomjob.cpp +++ b/jobs/joinroomjob.cpp @@ -18,7 +18,6 @@ #include "joinroomjob.h" -#include <QtCore/QJsonObject> #include <QtNetwork/QNetworkReply> #include "../connectiondata.h" diff --git a/jobs/passwordlogin.cpp b/jobs/passwordlogin.cpp index a7a405aa..c78c15b5 100644 --- a/jobs/passwordlogin.cpp +++ b/jobs/passwordlogin.cpp @@ -18,8 +18,6 @@ #include "passwordlogin.h" -#include <QtCore/QJsonDocument> -#include <QtCore/QJsonObject> #include <QtNetwork/QNetworkReply> #include "../connectiondata.h" diff --git a/jobs/roommessagesjob.cpp b/jobs/roommessagesjob.cpp index d67ffc2a..1e53f601 100644 --- a/jobs/roommessagesjob.cpp +++ b/jobs/roommessagesjob.cpp @@ -19,7 +19,6 @@ #include "roommessagesjob.h" #include "../room.h" -#include <QtCore/QJsonObject> #include <QtCore/QJsonArray> using namespace QMatrixClient; diff --git a/jobs/syncjob.cpp b/jobs/syncjob.cpp index 521f829e..554ac0f7 100644 --- a/jobs/syncjob.cpp +++ b/jobs/syncjob.cpp @@ -18,13 +18,9 @@ #include "syncjob.h" -#include <QtCore/QJsonDocument> -#include <QtCore/QJsonObject> -#include <QtCore/QJsonValue> #include <QtCore/QJsonArray> #include <QtCore/QDebug> -#include "../room.h" #include "../connectiondata.h" using namespace QMatrixClient; |