Move guard before includes

This commit is contained in:
Filip Klembara
2020-12-14 09:07:12 +01:00
parent 7a219b23d5
commit bb530ef44d
16 changed files with 32 additions and 32 deletions

View File

@ -19,13 +19,13 @@
#ifndef H264PacketizationHandler_hpp
#define H264PacketizationHandler_hpp
#if RTC_ENABLE_MEDIA
#include "rtcp.hpp"
#include "h264rtppacketizer.hpp"
#include "rtcpsenderreportable.hpp"
#include "nalunit.hpp"
#if RTC_ENABLE_MEDIA
namespace rtc {
/// Handler for H264 packetization