mirror of
https://github.com/hyprwm/Hyprland
synced 2025-12-20 05:10:20 +01:00
chore: fix non-relative imports (#12228)
This commit is contained in:
parent
ca4b68e425
commit
1ca6058bda
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@
|
|||
#include <cstdint>
|
||||
#include "../WaylandProtocol.hpp"
|
||||
#include "../../render/Texture.hpp"
|
||||
#include "protocols/types/SurfaceStateQueue.hpp"
|
||||
#include "../types/SurfaceStateQueue.hpp"
|
||||
#include "wayland.hpp"
|
||||
#include "../../helpers/signal/Signal.hpp"
|
||||
#include "../../helpers/math/Math.hpp"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "helpers/memory/Memory.hpp"
|
||||
#include "../../helpers/memory/Memory.hpp"
|
||||
#include "SurfaceState.hpp"
|
||||
#include <deque>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue