gst/elements/gstpipefilter.c try to include config.h first

Original commit message from CVS:
* gst/elements/gstpipefilter.c
try to include config.h first
This commit is contained in:
Steve Lhomme 2005-09-08 12:43:20 +00:00
parent 0c00362c59
commit 856d058b2f
2 changed files with 8 additions and 8 deletions

View file

@ -22,6 +22,10 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
@ -36,10 +40,6 @@
#endif
#include <errno.h>
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "../gst-i18n-lib.h"
#include "gstpipefilter.h"

View file

@ -22,6 +22,10 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
@ -36,10 +40,6 @@
#endif
#include <errno.h>
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "../gst-i18n-lib.h"
#include "gstpipefilter.h"