backends/wayland: Remove KWayland::Client::Buffer leftovers
This commit is contained in:
parent
ce2b4c0bee
commit
1e0141851e
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue