mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 17:53:08 -07:00
Cleanup header include order
Add missing header. Cleanup license.
This commit is contained in:
parent
6e96bbb2e9
commit
c22e6b4502
8 changed files with 37 additions and 35 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue