From 573f696077026f6d008574234399518a0e810ee7 Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Sun, 27 Jun 2021 10:15:31 -0500 Subject: wayland: remove unused includes Presentation time only lives in in wayland_common. --- video/out/opengl/context_wayland.c | 3 --- video/out/vulkan/context_wayland.c | 3 --- 2 files changed, 6 deletions(-) (limited to 'video/out') 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; }; -- cgit v1.2.3