mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
tests: don't include glib/gthread.h directly
The g_thread functions are available after including glib.h as per docs.
This commit is contained in:
parent
c379842aec
commit
3663167582
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <gst/check/gstcheck.h>
|
#include <gst/check/gstcheck.h>
|
||||||
#include <glib/gthread.h>
|
|
||||||
|
|
||||||
GST_START_TEST (test_link)
|
GST_START_TEST (test_link)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue