mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-12 12:21:30 +00:00
libs: texture: remove unused headers include
This is continuation of https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi/-/merge_requests/317 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi/-/merge_requests/324>
This commit is contained in:
parent
e20d06e64d
commit
5d56ce6927
2 changed files with 1 additions and 3 deletions
|
@ -28,6 +28,7 @@
|
|||
*/
|
||||
|
||||
#include "sysdeps.h"
|
||||
#include "gstvaapidisplay_priv.h"
|
||||
#include "gstvaapitexture.h"
|
||||
#include "gstvaapitexture_priv.h"
|
||||
|
||||
|
|
|
@ -25,9 +25,6 @@
|
|||
#ifndef GST_VAAPI_TEXTURE_PRIV_H
|
||||
#define GST_VAAPI_TEXTURE_PRIV_H
|
||||
|
||||
#include "gstvaapiobject_priv.h"
|
||||
#include <gst/gstminiobject.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue