1
0
Fork 0
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:
winlin 2022-08-09 18:31:55 +08:00
parent 50be42a8ed
commit 0a025fc4b6
8 changed files with 34 additions and 36 deletions

View file

@ -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
{