aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/includes.hpp
diff options
context:
space:
mode:
authorVaxry <[email protected]>2024-05-09 22:01:19 +0100
committerVaxry <[email protected]>2024-05-09 22:02:19 +0100
commit4f26ae70fde3b4cd5ad8ef096a7f0cb6c2dc5528 (patch)
tree101fe261c58842421b8b35f6e938ddf7f4b60b7b /src/includes.hpp
parenteeebbc0e7ee842a9572fa533cb8d01a8114f9ec9 (diff)
downloadHyprland-4f26ae70fde3b4cd5ad8ef096a7f0cb6c2dc5528.tar.gz
Hyprland-4f26ae70fde3b4cd5ad8ef096a7f0cb6c2dc5528.zip
core: drop unused protocol impls
xdg_foreign is not used by hyprland wlr_export_dmabuf is old, broken and unused as well
Diffstat (limited to 'src/includes.hpp')
-rw-r--r--src/includes.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/includes.hpp b/src/includes.hpp
index c16fe777..98416a1a 100644
--- a/src/includes.hpp
+++ b/src/includes.hpp
@@ -43,7 +43,6 @@ extern "C" {
#include <wlr/types/wlr_data_device.h>
#include <wlr/types/wlr_drm_lease_v1.h>
#include <wlr/types/wlr_drm.h>
-#include <wlr/types/wlr_export_dmabuf_v1.h>
#include <wlr/types/wlr_linux_dmabuf_v1.h>
#include <wlr/types/wlr_gamma_control_v1.h>
#include <wlr/types/wlr_input_device.h>
@@ -74,9 +73,6 @@ extern "C" {
#include <wlr/render/wlr_texture.h>
#include <wlr/interfaces/wlr_keyboard.h>
#include <wlr/interfaces/wlr_pointer.h>
-#include <wlr/types/wlr_xdg_foreign_registry.h>
-#include <wlr/types/wlr_xdg_foreign_v1.h>
-#include <wlr/types/wlr_xdg_foreign_v2.h>
#include <wlr/types/wlr_touch.h>
#include <wlr/types/wlr_switch.h>
#include <wlr/config.h>