mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-07-25 17:21:54 -07:00
protocols: fix include
This commit is contained in:
@@ -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"
|
||||
|
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user