diff --git a/src/protocols/DRMSyncobj.hpp b/src/protocols/DRMSyncobj.hpp index 78905d3d2..dc878c110 100644 --- a/src/protocols/DRMSyncobj.hpp +++ b/src/protocols/DRMSyncobj.hpp @@ -2,7 +2,7 @@ #include #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" diff --git a/src/protocols/types/Buffer.hpp b/src/protocols/types/Buffer.hpp index 79cc6ce6f..287f8a243 100644 --- a/src/protocols/types/Buffer.hpp +++ b/src/protocols/types/Buffer.hpp @@ -3,7 +3,7 @@ #include "../../defines.hpp" #include "../../render/Texture.hpp" #include "./WLBuffer.hpp" -#include "protocols/DRMSyncobj.hpp" +#include "../DRMSyncobj.hpp" #include