From 71b1cb3b9cb37125e6e87556ff81ff21d2d38a04 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Sat, 16 Apr 2022 14:57:02 +0800 Subject: [PATCH] Remove unused header --- src/base/bittorrent/infohash.cpp | 2 ++ src/base/bittorrent/infohash.h | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/base/bittorrent/infohash.cpp b/src/base/bittorrent/infohash.cpp index 7fa78b233..36e3fa271 100644 --- a/src/base/bittorrent/infohash.cpp +++ b/src/base/bittorrent/infohash.cpp @@ -28,6 +28,8 @@ #include "infohash.h" +#include + const int TorrentIDTypeId = qRegisterMetaType(); BitTorrent::InfoHash::InfoHash(const WrappedType &nativeHash) diff --git a/src/base/bittorrent/infohash.h b/src/base/bittorrent/infohash.h index f6f3101a1..2953b9fcf 100644 --- a/src/base/bittorrent/infohash.h +++ b/src/base/bittorrent/infohash.h @@ -33,7 +33,6 @@ #endif #include -#include #include #include "base/digest32.h"