summaryrefslogtreecommitdiffstats
path: root/video/out
diff options
context:
space:
mode:
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;
};