Moved Thread header to torrent/system directory.

This commit is contained in:
Jari Sundell
2026-04-22 16:02:05 +02:00
committed by GitHub
parent a964b0a350
commit eb96876eb2
15 changed files with 29 additions and 29 deletions
+2 -2
View File
@@ -6,9 +6,9 @@
#include "test/helpers/test_fixture.h"
#include "test/helpers/test_thread.h"
#include "torrent/common.h"
#include "torrent/utils/thread.h"
#include "torrent/system/thread.h"
class TestMainThread : public torrent::utils::Thread {
class TestMainThread : public torrent::system::Thread {
public:
static std::unique_ptr<TestMainThread> create();
static std::unique_ptr<TestMainThread> create_with_mock();