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
This commit is contained in:
Vlad Zagorodniy 2019-01-09 22:08:51 +02:00
parent c65d9b1a90
commit fbe219172a

View file

@ -36,8 +36,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <QDBusConnection>
#include <QScreen>
#include <QTimer>
// xcb
#include <xcb/xfixes.h>
namespace KWin
{