mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-29 18:39:31 +00:00
Move guard before includes
This commit is contained in:
@ -16,10 +16,10 @@
|
||||
* along with this program; If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "opuspacketizationhandler.hpp"
|
||||
|
||||
#if RTC_ENABLE_MEDIA
|
||||
|
||||
#include "opuspacketizationhandler.hpp"
|
||||
|
||||
using namespace rtc;
|
||||
|
||||
OpusPacketizationHandler::OpusPacketizationHandler(std::shared_ptr<OpusRTPPacketizer> packetizer): RtcpHandler(), RTCPSenderReportable(packetizer->rtpConfig), packetizer(packetizer) {
|
||||
|
Reference in New Issue
Block a user