mirror of
https://github.com/hyprwm/Hyprland
synced 2025-12-25 13:10:04 +01:00
fix includes
don't even know how this happened
This commit is contained in:
parent
adac2c3175
commit
896f434280
1 changed files with 2 additions and 2 deletions
|
|
@ -7,8 +7,8 @@
|
|||
#include "../helpers/Monitor.hpp"
|
||||
#include "core/Seat.hpp"
|
||||
#include "core/Compositor.hpp"
|
||||
#include "desktop/DesktopTypes.hpp"
|
||||
#include "desktop/Window.hpp"
|
||||
#include "../desktop/DesktopTypes.hpp"
|
||||
#include "../desktop/view/Window.hpp"
|
||||
#include "protocols/core/Output.hpp"
|
||||
#include <cstddef>
|
||||
#include <cstring>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue