0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

wayland: remove unused includes

Presentation time only lives in in wayland_common.
This commit is contained in:
Dudemanguy 2021-06-27 10:15:31 -05:00
parent a1c6762156
commit 573f696077
2 changed files with 0 additions and 6 deletions

View File

@ -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 {

View File

@ -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;
};