diff --git a/gfx/drivers_context/wayland_ctx.c b/gfx/drivers_context/wayland_ctx.c index e3241688d76b..3e0eb46b3641 100644 --- a/gfx/drivers_context/wayland_ctx.c +++ b/gfx/drivers_context/wayland_ctx.c @@ -32,15 +32,6 @@ #include "../../input/input_keymaps.h" #include "../../verbosity.h" -/* Generated from idle-inhibit-unstable-v1.xml */ -#include "../common/wayland/idle-inhibit-unstable-v1.h" - -/* Generated from xdg-shell.xml */ -#include "../common/wayland/xdg-shell.h" - -/* Generated from xdg-decoration-unstable-v1.h */ -#include "../common/wayland/xdg-decoration-unstable-v1.h" - #ifdef HAVE_EGL #include #include diff --git a/gfx/drivers_context/wayland_vk_ctx.c b/gfx/drivers_context/wayland_vk_ctx.c index 01c933b79039..b1a3a66128ea 100644 --- a/gfx/drivers_context/wayland_vk_ctx.c +++ b/gfx/drivers_context/wayland_vk_ctx.c @@ -32,15 +32,6 @@ #include "../../input/input_keymaps.h" #include "../../verbosity.h" -/* Generated from idle-inhibit-unstable-v1.xml */ -#include "../common/wayland/idle-inhibit-unstable-v1.h" - -/* Generated from xdg-shell.xml */ -#include "../common/wayland/xdg-shell.h" - -/* Generated from xdg-decoration-unstable-v1.h */ -#include "../common/wayland/xdg-decoration-unstable-v1.h" - #include "../common/vulkan_common.h" #include