mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Remove unneccessary depends headers.
This commit is contained in:
parent
50be42a8ed
commit
0a025fc4b6
8 changed files with 34 additions and 36 deletions
|
@ -142,10 +142,6 @@ public:
|
|||
virtual const SrsContextId& cid();
|
||||
};
|
||||
|
||||
// For utest to mock the thread create.
|
||||
typedef void* (*_ST_THREAD_CREATE_PFN)(void *(*start)(void *arg), void *arg, int joinable, int stack_size);
|
||||
extern _ST_THREAD_CREATE_PFN _pfn_st_thread_create;
|
||||
|
||||
// High performance coroutine.
|
||||
class SrsFastCoroutine
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue