mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-09 11:42:33 +00:00
Moved Thread header to torrent/system directory.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user