From 8dc70c76b454361472c32108a242646a63a82e36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 6 Jan 2011 00:28:39 +0000 Subject: [PATCH] pbutils: config.h include should come before all other includes --- gst-libs/gst/pbutils/encoding-target.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/pbutils/encoding-target.c b/gst-libs/gst/pbutils/encoding-target.c index 5961c25c3b..0a42ff3eee 100644 --- a/gst-libs/gst/pbutils/encoding-target.c +++ b/gst-libs/gst/pbutils/encoding-target.c @@ -18,11 +18,12 @@ * Boston, MA 02111-1307, USA. */ -#include -#include #ifdef HAVE_CONFIG_H #include "config.h" #endif + +#include +#include #include "encoding-target.h" /*