Delete several unused #include

This commit is contained in:
thalieht
2018-06-17 10:24:31 +03:00
parent eb508d67ef
commit 456270bbb1
39 changed files with 0 additions and 57 deletions

View File

@@ -30,7 +30,6 @@
#include <QDebug>
#include <QRegularExpression>
#include <QStringList>
#include <QUrlQuery>
#include "base/logger.h"

View File

@@ -29,7 +29,6 @@
#include <QDateTime>
#include <QDebug>
#include <QFile>
#include <QHash>
#include <QHostAddress>
#include <QVariant>

View File

@@ -34,12 +34,9 @@
#include <QCryptographicHash>
#include <QDebug>
#include <QHostAddress>
#include <QHostInfo>
#include <QNetworkInterface>
#include <QStringList>
#include <QTextCodec>
#include <QTextStream>
#ifndef QT_NO_OPENSSL
#include <QSslSocket>
#else

View File

@@ -46,7 +46,6 @@ class QSslSocket;
class QTcpSocket;
#endif
class QTextCodec;
class QTextStream;
namespace Net
{