backends/wayland: Remove KWayland::Client::Buffer leftovers

This commit is contained in:
Vlad Zahorodnii 2023-04-15 19:13:13 +03:00
parent ce2b4c0bee
commit 1e0141851e
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,6 @@
#include <KWayland/Client/compositor.h>
#include <KWayland/Client/pointer.h>
#include <KWayland/Client/pointerconstraints.h>
#include <KWayland/Client/shm_pool.h>
#include <KWayland/Client/surface.h>
#include <KWayland/Client/xdgdecoration.h>

View file

@ -10,7 +10,6 @@
#include "core/output.h"
#include <KWayland/Client/buffer.h>
#include <KWayland/Client/xdgshell.h>
#include <QObject>
@ -27,6 +26,8 @@ class XdgDecoration;
}
}
struct wl_buffer;
namespace KWin
{
namespace Wayland