includes: move workspace protocol header to includes

This commit is contained in:
Vaxry 2023-06-21 21:15:51 +02:00
parent cfa4086b0b
commit 2f875aec79
2 changed files with 1 additions and 2 deletions

View File

@ -4,8 +4,6 @@
#include "helpers/WLListener.hpp"
#include "helpers/Color.hpp"
#include "wlrunstable/wlr_ext_workspace_v1.hpp"
#include <utility>
#ifndef NDEBUG

View File

@ -145,3 +145,4 @@ extern "C" {
#include "helpers/Vector2D.hpp"
#include "ext-workspace-unstable-v1-protocol.h"
#include "wlrunstable/wlr_ext_workspace_v1.hpp"