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_utils.h"
#include "torrent/common.h"
#include "torrent/utils/thread.h"
#include "torrent/system/thread.h"
class test_thread : public torrent::utils::Thread {
class test_thread : public torrent::system::Thread {
public:
enum test_state {
TEST_NONE,