From d366fc48b825b9a0a14fdf4b03bf5d1919554fdc Mon Sep 17 00:00:00 2001 From: q234rty Date: Sat, 22 Apr 2023 01:28:51 +0800 Subject: [PATCH] Remove wlr_output_damage.h (#2121) This is [removed](https://gitlab.freedesktop.org/wlroots/wlroots/-/commit/9ef98452a31c0936187e8a877f6a99c4308b9976) upstream and hyprland wasn't using it anyway. This alone will probably not fix the CI but this will allow to clean build hyprland in many configurations. --- src/includes.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/includes.hpp b/src/includes.hpp index 83d4b71ff..6a4b05a52 100644 --- a/src/includes.hpp +++ b/src/includes.hpp @@ -71,7 +71,6 @@ extern "C" { #include #include #include -#include #include #include #include @@ -145,4 +144,4 @@ extern "C" { #include "helpers/Vector2D.hpp" -#include "ext-workspace-unstable-v1-protocol.h" \ No newline at end of file +#include "ext-workspace-unstable-v1-protocol.h"