gst/: Include glib.h instead of a specific GLib header. Including single

Original commit message from CVS:
Patch by: Luis Menina <liberforce at freeside dot fr>
* gst-libs/gst/floatcast/floatcast.h:
* gst/typefind/gsttypefindfunctions.c:
Include glib.h instead of a specific GLib header. Including single
GLib headers is deprecated. Fixes bug #563904.
This commit is contained in:
Luis Menina 2008-12-10 08:19:13 +00:00 committed by Sebastian Dröge
parent b7f763b23f
commit a4493595a6
3 changed files with 11 additions and 3 deletions

View file

@ -1,3 +1,12 @@
2008-12-10 Sebastian Dröge <sebastian.droege@collabora.co.uk>
Patch by: Luis Menina <liberforce at freeside dot fr>
* gst-libs/gst/floatcast/floatcast.h:
* gst/typefind/gsttypefindfunctions.c:
Include glib.h instead of a specific GLib header. Including single
GLib headers is deprecated. Fixes bug #563904.
2008-12-09 Julien Moutte <julien@fluendo.com>
* gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):

View file

@ -40,8 +40,7 @@
#define __FLOATCAST_H__
#include <string.h>
#include <glib/gtypes.h>
#include <glib/gutils.h> /* to make sure inline is defined properly */
#include <glib.h>
#if defined (_MSC_VER) && !defined (inline)
#define inline __inline

View file

@ -23,7 +23,7 @@
#include "config.h"
#endif
#include <glib/gstrfuncs.h>
#include <glib.h>
#include <gst/gsttypefind.h>
#include <gst/gstelement.h>