summaryrefslogtreecommitdiffstats
path: root/video/out/vulkan/context_wayland.c
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/vulkan/context_wayland.c
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/vulkan/context_wayland.c')
-rw-r--r--video/out/vulkan/context_wayland.c3
1 files changed, 0 insertions, 3 deletions
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;
};