diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-01-06 00:28:39 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-01-06 00:28:39 +0000 |
commit | 8dc70c76b454361472c32108a242646a63a82e36 (patch) | |
tree | 3e8257aaa57d68ac14fc95634dfed447a5a2e292 /gst-libs | |
parent | 19201c1ab04f1b85a1bf8e01f92fac8e0d11c249 (diff) |
pbutils: config.h include should come before all other includes
Diffstat (limited to 'gst-libs')
-rw-r--r-- | gst-libs/gst/pbutils/encoding-target.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gst-libs/gst/pbutils/encoding-target.c b/gst-libs/gst/pbutils/encoding-target.c index 5961c25c3..0a42ff3ee 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 <locale.h> -#include <string.h> #ifdef HAVE_CONFIG_H #include "config.h" #endif + +#include <locale.h> +#include <string.h> #include "encoding-target.h" /* |