gst/fdsrc/gstfdsrc.c: Removed #include <gst_private.h>

Original commit message from CVS:
2005-07-17  Philippe Khalaf <burger@speedy.org>

* gst/fdsrc/gstfdsrc.c:
Removed #include <gst_private.h>
This commit is contained in:
Philippe Kalaf 2005-07-18 09:59:38 +00:00
parent 33fe616dc1
commit 05d5253608
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-07-17 Philippe Khalaf <burger@speedy.org>
* gst/fdsrc/gstfdsrc.c:
Removed #include <gst_private.h>
2005-07-16 Philippe Khalaf <burger@speedy.org>
* gst/fdsrc/gstfdsrc.c:

View file

@ -24,7 +24,6 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "gst/gst_private.h"
#include <sys/types.h>
#include <sys/stat.h>