chore: fix non-relative imports (#12228)

This commit is contained in:
Amadej Kastelic 2025-11-06 21:32:08 +01:00 committed by GitHub
parent ca4b68e425
commit 1ca6058bda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -1,6 +1,6 @@
#pragma once
#include "helpers/memory/Memory.hpp"
#include "../../helpers/memory/Memory.hpp"
#include "SurfaceState.hpp"
#include <deque>