summaryrefslogtreecommitdiffstats
path: root/video/out
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2021-06-27 10:15:31 -0500
committerDudemanguy <random342@airmail.cc>2021-06-27 10:20:05 -0500
commit573f696077026f6d008574234399518a0e810ee7 (patch)
tree43f7b4200723fe104ca3adc5bfbfbbd57ef8cfdd /video/out
parenta1c6762156a2e4f2f8c538a56bf2f8bbb0417b2b (diff)
downloadmpv-573f696077026f6d008574234399518a0e810ee7.tar.bz2
mpv-573f696077026f6d008574234399518a0e810ee7.tar.xz
wayland: remove unused includes
Presentation time only lives in in wayland_common.
Diffstat (limited to 'video/out')
-rw-r--r--video/out/opengl/context_wayland.c3
-rw-r--r--video/out/vulkan/context_wayland.c3
2 files changed, 0 insertions, 6 deletions
diff --git a/video/out/opengl/context_wayland.c b/video/out/opengl/context_wayland.c
index b899e6fca9..11e2c5d735 100644
--- a/video/out/opengl/context_wayland.c
+++ b/video/out/opengl/context_wayland.c
@@ -25,9 +25,6 @@
#include "egl_helpers.h"
#include "utils.h"
-// Generated from presentation-time.xml
-#include "generated/wayland/presentation-time.h"
-
#define EGL_PLATFORM_WAYLAND_EXT 0x31D8
struct priv {
diff --git a/video/out/vulkan/context_wayland.c b/video/out/vulkan/context_wayland.c
index df2d1abd55..a6ae29fd15 100644
--- a/video/out/vulkan/context_wayland.c
+++ b/video/out/vulkan/context_wayland.c
@@ -22,9 +22,6 @@
#include "context.h"
#include "utils.h"
-// Generated from presentation-time.xml
-#include "generated/wayland/presentation-time.h"
-
struct priv {
struct mpvk_ctx vk;
};