Remove duplicate includes

Summary: The code contains duplicate includes.

Test Plan: Open the files from the patch

Reviewers: #kwin, apol

Reviewed By: apol

Subscribers: kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D28048
This commit is contained in:
Yuri Chornoivan 2020-03-14 19:51:49 +02:00
parent e8efa83444
commit c66cde7307
3 changed files with 0 additions and 3 deletions

View file

@ -23,7 +23,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "cursor.h" #include "cursor.h"
#include "effects.h" #include "effects.h"
#include "effectloader.h" #include "effectloader.h"
#include "cursor.h"
#include "platform.h" #include "platform.h"
#include "wayland_server.h" #include "wayland_server.h"
#include "workspace.h" #include "workspace.h"

View file

@ -37,7 +37,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <KWayland/Client/seat.h> #include <KWayland/Client/seat.h>
#include <KWayland/Client/xdgshell.h> #include <KWayland/Client/xdgshell.h>
#include <KWayland/Client/surface.h> #include <KWayland/Client/surface.h>
#include <KWayland/Client/xdgshell.h>
#include <linux/input.h> #include <linux/input.h>
#include <xcb/xcb_icccm.h> #include <xcb/xcb_icccm.h>

View file

@ -31,7 +31,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "wayland_server.h" #include "wayland_server.h"
#include "workspace.h" #include "workspace.h"
#include "decorations/decoratedclient.h" #include "decorations/decoratedclient.h"
#include "screens.h"
// KDecoration // KDecoration
#include <KDecoration2/Decoration> #include <KDecoration2/Decoration>
// KWayland // KWayland