protocols: fix include
This commit is contained in:
parent
f4995c1837
commit
b37944605f
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue