diff options
Diffstat (limited to 'tests/check')
-rw-r--r-- | tests/check/pipelines/gio.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/check/pipelines/gio.c b/tests/check/pipelines/gio.c index 5c6564b9..8791b332 100644 --- a/tests/check/pipelines/gio.c +++ b/tests/check/pipelines/gio.c @@ -22,8 +22,7 @@ #include <gst/check/gstcheck.h> #include <gst/check/gstbufferstraw.h> -#include <gio/gmemoryinputstream.h> -#include <gio/gmemoryoutputstream.h> +#include <gio/gio.h> static gboolean got_eos = FALSE; |