aboutsummaryrefslogtreecommitdiff
path: root/lib/jobs
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2018-05-06 14:18:05 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2018-05-06 14:18:05 +0900
commit59596449eef2dfba0da8cf7e0c6ac4fcbf3a7a1e (patch)
treeea28b879ecada9f002d9d7e475652089f5bb0a4e /lib/jobs
parent1dc3784d5a3ef05433bc42318b896ff2a4e149cf (diff)
downloadlibquotient-59596449eef2dfba0da8cf7e0c6ac4fcbf3a7a1e.tar.gz
libquotient-59596449eef2dfba0da8cf7e0c6ac4fcbf3a7a1e.zip
Optimise #includes, eliminate some excess blank lines in lib/csapi
Diffstat (limited to 'lib/jobs')
-rw-r--r--lib/jobs/basejob.cpp1
-rw-r--r--lib/jobs/basejob.h3
2 files changed, 1 insertions, 3 deletions
diff --git a/lib/jobs/basejob.cpp b/lib/jobs/basejob.cpp
index 2d41650a..7c3cb13b 100644
--- a/lib/jobs/basejob.cpp
+++ b/lib/jobs/basejob.cpp
@@ -25,6 +25,7 @@
#include <QtNetwork/QNetworkReply>
#include <QtCore/QTimer>
#include <QtCore/QRegularExpression>
+#include <QtCore/QJsonObject>
#include <array>
diff --git a/lib/jobs/basejob.h b/lib/jobs/basejob.h
index 763ef75a..319fc8a4 100644
--- a/lib/jobs/basejob.h
+++ b/lib/jobs/basejob.h
@@ -23,10 +23,7 @@
#include <QtCore/QObject>
#include <QtCore/QUrlQuery>
-
-// Any job that parses the response will need the below two.
#include <QtCore/QJsonDocument>
-#include <QtCore/QJsonObject>
class QNetworkReply;
class QSslError;