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 -2
View File
@@ -4,13 +4,13 @@
#include <memory>
#include <mutex>
#include <vector>
#include <torrent/event.h>
#include <torrent/system/event.h>
namespace rpc {
class SCgi;
class SCgiTask : public torrent::Event {
class SCgiTask : public torrent::system::Event {
public:
static constexpr int default_buffer_size = 8191;
static constexpr int max_header_size = 2000;