]> git.0d.be Git - empathy.git/blobdiff - src/empathy-video-src.c
Reorder header inclusions accordingly to the Telepathy coding style
[empathy.git] / src / empathy-video-src.c
index b3b84d3e74cfb41323e167af3d8cd1f457af5023..9856efed91a7d4aa69c5537ce73287570c602ee6 100644 (file)
@@ -19,6 +19,7 @@
  */
 
 #include "config.h"
+#include "empathy-video-src.h"
 
 #ifdef HAVE_GST1
 #include <gst/video/colorbalance.h>
@@ -29,8 +30,6 @@
 #define DEBUG_FLAG EMPATHY_DEBUG_VOIP
 #include "empathy-debug.h"
 
-#include "empathy-video-src.h"
-
 G_DEFINE_TYPE(EmpathyGstVideoSrc, empathy_video_src, GST_TYPE_BIN)
 
 /* Keep in sync with EmpathyGstVideoSrcChannel */