Cleaned up Poll code and included missing rtorrent.lua in installer.

This commit is contained in:
Jari Sundell
2025-05-03 14:07:16 +02:00
committed by GitHub
parent 58a74cee48
commit 4c63cee7a2
12 changed files with 25 additions and 195 deletions
+1 -1
View File
@@ -10,7 +10,6 @@
#include <torrent/object.h>
#include "download_list.h"
#include "poll_manager.h"
#include "range_map.h"
namespace torrent {
@@ -23,6 +22,7 @@ class FileStatusCache;
namespace core {
class CurlStack;
class DownloadStore;
class HttpQueue;