From bc1991706c66a53f970fdcd576bcb35e70c9b7f1 Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Fri, 1 May 2020 16:13:33 +0100 Subject: [PATCH] drop unused headers Test Plan: N/A Reviewers: apol Reviewed By: apol Subscribers: kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D29337 --- wayland_server.cpp | 1 - wayland_server.h | 1 - xdgshellclient.cpp | 1 - 3 files changed, 3 deletions(-) diff --git a/wayland_server.cpp b/wayland_server.cpp index a875f29796..ca35c82e6e 100644 --- a/wayland_server.cpp +++ b/wayland_server.cpp @@ -51,7 +51,6 @@ along with this program. If not, see . #include #include #include -#include #include #include #include diff --git a/wayland_server.h b/wayland_server.h index 79fdd6e5cb..172c7f940a 100644 --- a/wayland_server.h +++ b/wayland_server.h @@ -60,7 +60,6 @@ class PlasmaShellInterface; class PlasmaShellSurfaceInterface; class PlasmaVirtualDesktopManagementInterface; class PlasmaWindowManagementInterface; -class QtSurfaceExtensionInterface; class OutputManagementInterface; class OutputConfigurationInterface; class XdgDecorationManagerInterface; diff --git a/xdgshellclient.cpp b/xdgshellclient.cpp index 40f2e8b67d..90420b7acd 100644 --- a/xdgshellclient.cpp +++ b/xdgshellclient.cpp @@ -42,7 +42,6 @@ along with this program. If not, see . #include #include #include -#include #include #include #include