diff --git a/video/out/opengl/context_wayland.c b/video/out/opengl/context_wayland.c index 49835668f0..6f14305859 100644 --- a/video/out/opengl/context_wayland.c +++ b/video/out/opengl/context_wayland.c @@ -26,7 +26,7 @@ #include "utils.h" // Generated from presentation-time.xml -#include "video/out/wayland/presentation-time.h" +#include "generated/wayland/presentation-time.h" #define EGL_PLATFORM_WAYLAND_EXT 0x31D8 diff --git a/video/out/wayland_common.c b/video/out/wayland_common.c index 6058c1e631..efb1a48ef5 100644 --- a/video/out/wayland_common.c +++ b/video/out/wayland_common.c @@ -34,10 +34,10 @@ #include "generated/wayland/xdg-shell.h" // Generated from idle-inhibit-unstable-v1.xml -#include "generated/wayland/idle-inhibit-v1.h" +#include "generated/wayland/idle-inhibit-unstable-v1.h" // Generated from xdg-decoration-unstable-v1.xml -#include "generated/wayland/xdg-decoration-v1.h" +#include "generated/wayland/xdg-decoration-unstable-v1.h" // Generated from presentation-time.xml #include "generated/wayland/presentation-time.h"