Cleanup header include order

Add missing header.
Cleanup license.
This commit is contained in:
Chocobo1
2018-05-24 23:39:02 +08:00
committed by sledgehammer999
parent 725c6857be
commit 55c3813fac
8 changed files with 37 additions and 35 deletions

View File

@@ -26,16 +26,17 @@
* exception statement from your version.
*/
#include <QByteArray>
#include <QRegExp>
#include <QStringList>
#include "magneturi.h"
#include <libtorrent/bencode.hpp>
#include <libtorrent/error_code.hpp>
#include <libtorrent/magnet_uri.hpp>
#include <QByteArray>
#include <QRegExp>
#include <QStringList>
#include "base/utils/string.h"
#include "magneturi.h"
namespace
{

View File

@@ -30,7 +30,6 @@
#include "connection.h"
#include <QRegExp>
#include <QTcpSocket>
#include "base/logger.h"

View File

@@ -26,6 +26,8 @@
* exception statement from your version.
*/
#include "dnsupdater.h"
#include <QDebug>
#include <QRegExp>
#include <QStringList>
@@ -34,7 +36,6 @@
#include "base/logger.h"
#include "base/net/downloadhandler.h"
#include "base/net/downloadmanager.h"
#include "dnsupdater.h"
using namespace Net;