mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 00:17:23 -06:00
Delete several unused #include
This commit is contained in:
@@ -30,7 +30,6 @@
|
||||
|
||||
#include <QDebug>
|
||||
#include <QRegularExpression>
|
||||
#include <QStringList>
|
||||
#include <QUrlQuery>
|
||||
|
||||
#include "base/logger.h"
|
||||
|
||||
@@ -29,7 +29,6 @@
|
||||
#include <QDateTime>
|
||||
#include <QDebug>
|
||||
#include <QFile>
|
||||
#include <QHash>
|
||||
#include <QHostAddress>
|
||||
#include <QVariant>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -46,7 +46,6 @@ class QSslSocket;
|
||||
class QTcpSocket;
|
||||
#endif
|
||||
class QTextCodec;
|
||||
class QTextStream;
|
||||
|
||||
namespace Net
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user