From 2f875aec79f796aa8356e7eea2ae74a6925c525b Mon Sep 17 00:00:00 2001 From: vaxerski Date: Wed, 21 Jun 2023 21:15:51 +0200 Subject: [PATCH] includes: move workspace protocol header to includes --- src/defines.hpp | 2 -- src/includes.hpp | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/defines.hpp b/src/defines.hpp index c0307888..3ab76ffb 100644 --- a/src/defines.hpp +++ b/src/defines.hpp @@ -4,8 +4,6 @@ #include "helpers/WLListener.hpp" #include "helpers/Color.hpp" -#include "wlrunstable/wlr_ext_workspace_v1.hpp" - #include #ifndef NDEBUG diff --git a/src/includes.hpp b/src/includes.hpp index a82fbfdd..f64c3938 100644 --- a/src/includes.hpp +++ b/src/includes.hpp @@ -145,3 +145,4 @@ extern "C" { #include "helpers/Vector2D.hpp" #include "ext-workspace-unstable-v1-protocol.h" +#include "wlrunstable/wlr_ext_workspace_v1.hpp"