From a4493595a657d6369c6397ad2719093811f5988b Mon Sep 17 00:00:00 2001 From: Luis Menina Date: Wed, 10 Dec 2008 08:19:13 +0000 Subject: [PATCH] gst/: Include glib.h instead of a specific GLib header. Including single Original commit message from CVS: Patch by: Luis Menina * 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. --- ChangeLog | 9 +++++++++ gst-libs/gst/floatcast/floatcast.h | 3 +-- gst/typefind/gsttypefindfunctions.c | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4ef51e4..80e0235 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-12-10 Sebastian Dröge + + Patch by: Luis Menina + + * 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 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps): diff --git a/gst-libs/gst/floatcast/floatcast.h b/gst-libs/gst/floatcast/floatcast.h index 1db21b7..279af28 100644 --- a/gst-libs/gst/floatcast/floatcast.h +++ b/gst-libs/gst/floatcast/floatcast.h @@ -40,8 +40,7 @@ #define __FLOATCAST_H__ #include -#include -#include /* to make sure inline is defined properly */ +#include #if defined (_MSC_VER) && !defined (inline) #define inline __inline diff --git a/gst/typefind/gsttypefindfunctions.c b/gst/typefind/gsttypefindfunctions.c index a0e8bd0..686937f 100644 --- a/gst/typefind/gsttypefindfunctions.c +++ b/gst/typefind/gsttypefindfunctions.c @@ -23,7 +23,7 @@ #include "config.h" #endif -#include +#include #include #include -- 2.7.4