backends/wayland: Remove unused includes

This commit is contained in:
Vlad Zahorodnii 2022-11-16 22:17:24 +02:00
parent bcb38f366d
commit f06dce9d12
2 changed files with 3 additions and 9 deletions

View file

@ -15,19 +15,15 @@
#include "wayland_backend.h"
#include "wayland_display.h"
#include "wayland_output.h"
#include "composite.h"
#include "kwinglutils.h"
#include "options.h"
#include "wayland_logging.h"
#include "wayland_server.h"
#include "wayland_output.h"
#include <fcntl.h>
#include <unistd.h>
// kwin libs
#include <kwinglplatform.h>
#include <kwinglutils.h>
// KDE
#include <KWayland/Client/surface.h>

View file

@ -10,10 +10,8 @@
#include "wayland_qpainter_backend.h"
#include "wayland_backend.h"
#include "wayland_display.h"
#include "wayland_output.h"
#include "composite.h"
#include "wayland_logging.h"
#include "wayland_output.h"
#include <KWayland/Client/buffer.h>
#include <KWayland/Client/shm_pool.h>