summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2020-05-16 21:03:32 +0200
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2020-05-16 21:05:20 +0200
commit5d56ce69277c844d10d54b2dfd278cd44ca79db6 (patch)
treebb90d6b555fd1e0bfd78bd62163159094e6a492a
parente20d06e64df9546946231a5c0d28430c66156735 (diff)
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>
-rw-r--r--gst-libs/gst/vaapi/gstvaapitexture.c1
-rw-r--r--gst-libs/gst/vaapi/gstvaapitexture_priv.h3
2 files changed, 1 insertions, 3 deletions
diff --git a/gst-libs/gst/vaapi/gstvaapitexture.c b/gst-libs/gst/vaapi/gstvaapitexture.c
index 1fe9e2cf..9bfc87bb 100644
--- a/gst-libs/gst/vaapi/gstvaapitexture.c
+++ b/gst-libs/gst/vaapi/gstvaapitexture.c
@@ -28,6 +28,7 @@
*/
#include "sysdeps.h"
+#include "gstvaapidisplay_priv.h"
#include "gstvaapitexture.h"
#include "gstvaapitexture_priv.h"
diff --git a/gst-libs/gst/vaapi/gstvaapitexture_priv.h b/gst-libs/gst/vaapi/gstvaapitexture_priv.h
index 1b675efa..e22df90f 100644
--- a/gst-libs/gst/vaapi/gstvaapitexture_priv.h
+++ b/gst-libs/gst/vaapi/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
/**