Revert "internal: include headers from protocols/"
This reverts commit 550700bed0.
We can't cuz meson
This commit is contained in:
parent
550700bed0
commit
1a1656ddbf
9 changed files with 10 additions and 10 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "../defines.hpp"
|
||||
#include "protocols/fractional-scale-v1-protocol.h"
|
||||
#include "fractional-scale-v1-protocol.h"
|
||||
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
#include "../defines.hpp"
|
||||
#include "protocols/hyprland-global-shortcuts-v1-protocol.h"
|
||||
#include "hyprland-global-shortcuts-v1-protocol.h"
|
||||
#include <vector>
|
||||
|
||||
struct SShortcut {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "../defines.hpp"
|
||||
#include "protocols/wlr-screencopy-unstable-v1-protocol.h"
|
||||
#include "wlr-screencopy-unstable-v1-protocol.h"
|
||||
|
||||
#include <list>
|
||||
#include <vector>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "../defines.hpp"
|
||||
#include "protocols/text-input-unstable-v1-protocol.h"
|
||||
#include "text-input-unstable-v1-protocol.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
#include "../defines.hpp"
|
||||
#include "protocols/wlr-foreign-toplevel-management-unstable-v1-protocol.h"
|
||||
#include "protocols/hyprland-toplevel-export-v1-protocol.h"
|
||||
#include "wlr-foreign-toplevel-management-unstable-v1-protocol.h"
|
||||
#include "hyprland-toplevel-export-v1-protocol.h"
|
||||
#include "Screencopy.hpp"
|
||||
|
||||
#include <list>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue