Apply forward declaration

Follow up 525692759d.
PR #17621.
This commit is contained in:
Chocobo1
2022-08-28 13:25:38 +08:00
committed by GitHub
parent 525692759d
commit f6e2715f4a
6 changed files with 15 additions and 24 deletions

View File

@@ -34,11 +34,14 @@
#include <QMetaObject>
#include <QThread>
#include "base/bittorrent/cachestatus.h"
#include "base/bittorrent/infohash.h"
#include "base/bittorrent/peeraddress.h"
#include "base/bittorrent/peerinfo.h"
#include "base/bittorrent/session.h"
#include "base/bittorrent/sessionstatus.h"
#include "base/bittorrent/torrent.h"
#include "base/bittorrent/torrentinfo.h"
#include "base/bittorrent/trackerentry.h"
#include "base/global.h"
#include "base/net/geoipmanager.h"