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

@ -16,10 +16,10 @@
* along with this program; If not, see <http://www.gnu.org/licenses/>.
*/
#include "h264packetizationhandler.hpp"
#if RTC_ENABLE_MEDIA
#include "h264packetizationhandler.hpp"
using namespace rtc;
using namespace std;