Don't include glib/gthread.h directly

https://bugzilla.gnome.org/show_bug.cgi?id=679205
This commit is contained in:
Bjørn Lie 2012-07-10 10:50:19 +01:00 committed by Tim-Philipp Müller
parent 3f2ad30e9b
commit 23537b22f4

View file

@ -20,7 +20,7 @@
*/
#include <glib/gthread.h>
#include <glib.h>
gboolean gstglibsharp_g_thread_supported (void);