Forward declare as much as possible

This commit is contained in:
Chocobo1 2019-05-16 13:41:29 +08:00
parent 401bdbf3d9
commit e288de7ec1
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
33 changed files with 71 additions and 58 deletions

View file

@ -34,15 +34,6 @@
#include <memory>
#endif
#include <QCoreApplication>
#include <QDebug>
#include <QDir>
#include <QDirIterator>
#include <QFile>
#include <QFileInfo>
#include <QStorageInfo>
#include <QRegularExpression>
#include <sys/stat.h>
#include <sys/types.h>
@ -58,6 +49,15 @@
#include <unistd.h>
#endif
#include <QCoreApplication>
#include <QDebug>
#include <QDir>
#include <QDirIterator>
#include <QFile>
#include <QFileInfo>
#include <QStorageInfo>
#include <QRegularExpression>
#include "base/bittorrent/torrenthandle.h"
#include "base/global.h"