protocols: fix include

This commit is contained in:
Vaxry
2025-03-14 14:34:17 +00:00
parent f4995c1837
commit b37944605f
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
#include <vector>
#include "WaylandProtocol.hpp"
#include "helpers/sync/SyncReleaser.hpp"
#include "../helpers/sync/SyncReleaser.hpp"
#include "linux-drm-syncobj-v1.hpp"
#include "../helpers/signal/Signal.hpp"
#include "types/SurfaceState.hpp"

View File

@@ -3,7 +3,7 @@
#include "../../defines.hpp"
#include "../../render/Texture.hpp"
#include "./WLBuffer.hpp"
#include "protocols/DRMSyncobj.hpp"
#include "../DRMSyncobj.hpp"
#include <aquamarine/buffer/Buffer.hpp>