mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-13 18:17:08 -07:00
Remove unused header
This commit is contained in:
parent
b740cc23d3
commit
71b1cb3b9c
2 changed files with 2 additions and 1 deletions
|
@ -28,6 +28,8 @@
|
||||||
|
|
||||||
#include "infohash.h"
|
#include "infohash.h"
|
||||||
|
|
||||||
|
#include <QHash>
|
||||||
|
|
||||||
const int TorrentIDTypeId = qRegisterMetaType<BitTorrent::TorrentID>();
|
const int TorrentIDTypeId = qRegisterMetaType<BitTorrent::TorrentID>();
|
||||||
|
|
||||||
BitTorrent::InfoHash::InfoHash(const WrappedType &nativeHash)
|
BitTorrent::InfoHash::InfoHash(const WrappedType &nativeHash)
|
||||||
|
|
|
@ -33,7 +33,6 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <QtGlobal>
|
#include <QtGlobal>
|
||||||
#include <QHash>
|
|
||||||
#include <QMetaType>
|
#include <QMetaType>
|
||||||
|
|
||||||
#include "base/digest32.h"
|
#include "base/digest32.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue