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:
parent
c65d9b1a90
commit
fbe219172a
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue