mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-22 23:25:33 +00:00
Reorganized includes to hide Init implementation
This commit is contained in:
@ -21,12 +21,12 @@
|
||||
|
||||
// C++ API
|
||||
#include "common.hpp"
|
||||
#include "init.hpp" // for rtc::Cleanup()
|
||||
#include "global.hpp"
|
||||
#include "log.hpp"
|
||||
//
|
||||
#include "datachannel.hpp"
|
||||
#include "track.hpp"
|
||||
#include "peerconnection.hpp"
|
||||
#include "track.hpp"
|
||||
|
||||
#if RTC_ENABLE_WEBSOCKET
|
||||
|
||||
@ -38,14 +38,13 @@
|
||||
#if RTC_ENABLE_MEDIA
|
||||
|
||||
// Media handling
|
||||
#include "rtcpreceivingsession.hpp"
|
||||
#include "mediachainablehandler.hpp"
|
||||
#include "rtcpsrreporter.hpp"
|
||||
#include "rtcpnackresponder.hpp"
|
||||
#include "rtcpreceivingsession.hpp"
|
||||
#include "rtcpsrreporter.hpp"
|
||||
|
||||
// Opus/h264 streaming
|
||||
#include "h264packetizationhandler.hpp"
|
||||
#include "opuspacketizationhandler.hpp"
|
||||
|
||||
#endif // RTC_ENABLE_MEDIA
|
||||
|
||||
|
Reference in New Issue
Block a user