backends/wayland: Remove unused includes
This commit is contained in:
parent
bcb38f366d
commit
f06dce9d12
2 changed files with 3 additions and 9 deletions
|
@ -15,19 +15,15 @@
|
||||||
|
|
||||||
#include "wayland_backend.h"
|
#include "wayland_backend.h"
|
||||||
#include "wayland_display.h"
|
#include "wayland_display.h"
|
||||||
#include "wayland_output.h"
|
|
||||||
|
|
||||||
#include "composite.h"
|
|
||||||
#include "kwinglutils.h"
|
|
||||||
#include "options.h"
|
|
||||||
#include "wayland_logging.h"
|
#include "wayland_logging.h"
|
||||||
#include "wayland_server.h"
|
#include "wayland_output.h"
|
||||||
|
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
// kwin libs
|
// kwin libs
|
||||||
#include <kwinglplatform.h>
|
#include <kwinglplatform.h>
|
||||||
|
#include <kwinglutils.h>
|
||||||
|
|
||||||
// KDE
|
// KDE
|
||||||
#include <KWayland/Client/surface.h>
|
#include <KWayland/Client/surface.h>
|
||||||
|
|
|
@ -10,10 +10,8 @@
|
||||||
#include "wayland_qpainter_backend.h"
|
#include "wayland_qpainter_backend.h"
|
||||||
#include "wayland_backend.h"
|
#include "wayland_backend.h"
|
||||||
#include "wayland_display.h"
|
#include "wayland_display.h"
|
||||||
#include "wayland_output.h"
|
|
||||||
|
|
||||||
#include "composite.h"
|
|
||||||
#include "wayland_logging.h"
|
#include "wayland_logging.h"
|
||||||
|
#include "wayland_output.h"
|
||||||
|
|
||||||
#include <KWayland/Client/buffer.h>
|
#include <KWayland/Client/buffer.h>
|
||||||
#include <KWayland/Client/shm_pool.h>
|
#include <KWayland/Client/shm_pool.h>
|
||||||
|
|
Loading…
Reference in a new issue