From fbe219172a81c1e7d43d3a8d05636b7a96cdc882 Mon Sep 17 00:00:00 2001 From: Vlad Zagorodniy Date: Wed, 9 Jan 2019 22:08:51 +0200 Subject: [PATCH] Drop XFixes include in cursor.cpp Summary: We no longer need to include xcb/xfixes.h in cursor.cpp because X11Cursor moved to its own file. Reviewers: #kwin, davidedmundson Reviewed By: #kwin, davidedmundson Subscribers: kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D18133 --- cursor.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/cursor.cpp b/cursor.cpp index b155b3496d..47e60e05b8 100644 --- a/cursor.cpp +++ b/cursor.cpp @@ -36,8 +36,6 @@ along with this program. If not, see . #include #include #include -// xcb -#include namespace KWin {