Cleanup header include order

Add missing header.
Cleanup license.
This commit is contained in:
Chocobo1
2018-05-24 23:39:02 +08:00
parent 6e96bbb2e9
commit c22e6b4502
8 changed files with 37 additions and 35 deletions

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;