Cleaned up system headers.

This commit is contained in:
Jari Sundell
2026-07-26 12:53:18 +02:00
committed by GitHub
parent 41eef969ea
commit f52f20f1b6
5 changed files with 33 additions and 81 deletions
+2 -3
View File
@@ -2,12 +2,11 @@
#define RTORRENT_INPUT_INPUT_EVENT_H
#include <functional>
#include <torrent/event.h>
#include <torrent/system/event.h>
namespace input {
class InputEvent : public torrent::Event {
class InputEvent : public torrent::system::Event {
public:
typedef std::function<void (int)> slot_int;