mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refactor code, include without path
This commit is contained in:
parent
f143757429
commit
a7b8695cb0
1 changed files with 3 additions and 3 deletions
|
@ -37,8 +37,8 @@
|
|||
#include <srs_app_conn.hpp>
|
||||
#include <srs_service_st.hpp>
|
||||
#ifdef SRS_AUTO_SRT
|
||||
#include "../srt/srt_server.hpp"
|
||||
#include "../srt/srt_to_rtmp.hpp"
|
||||
#include <srt_server.hpp>
|
||||
#include <srt_to_rtmp.hpp>
|
||||
#endif
|
||||
|
||||
class SrsServer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue