From 7dea26bba0a0a1ecd2ed49d026d35bde9e0f6144 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Fri, 6 Dec 2024 15:15:19 +0000 Subject: [PATCH] buffer: remove useless forward def --- include/aquamarine/buffer/Buffer.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/aquamarine/buffer/Buffer.hpp b/include/aquamarine/buffer/Buffer.hpp index 99c21bf..a96008f 100644 --- a/include/aquamarine/buffer/Buffer.hpp +++ b/include/aquamarine/buffer/Buffer.hpp @@ -18,8 +18,6 @@ namespace Aquamarine { BUFFER_TYPE_MISC, }; - class CWLBufferResource; - struct SDMABUFAttrs { bool success = false; Hyprutils::Math::Vector2D size;