From 77db27331eb326615395fa59f3741424f85887bb Mon Sep 17 00:00:00 2001 From: iphydf Date: Thu, 1 Sep 2016 00:33:20 +0100 Subject: Sort #includes in all source files. --- toxav/video.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'toxav/video.h') diff --git a/toxav/video.h b/toxav/video.h index c6a473c2..6aeeaef6 100644 --- a/toxav/video.h +++ b/toxav/video.h @@ -24,9 +24,10 @@ #include #include -#include -#include #include + +#include +#include #define VIDEO_CODEC_DECODER_INTERFACE (vpx_codec_vp8_dx()) #define VIDEO_CODEC_ENCODER_INTERFACE (vpx_codec_vp8_cx()) -- cgit v1.2.3