Remove unused XCB includes in toplevel.h

Damage handling has been moved to SurfaceItemX11.
This commit is contained in:
Vlad Zahorodnii 2021-08-12 20:57:17 +03:00
parent 363177f36f
commit ef9d541487
2 changed files with 1 additions and 3 deletions

View file

@ -43,6 +43,7 @@
#include <kkeyserver.h>
#include <xcb/damage.h>
#include <xcb/sync.h>
#ifdef XCB_ICCCM_FOUND
#include <xcb/xcb_icccm.h>

View file

@ -20,9 +20,6 @@
#include <QMatrix4x4>
#include <QRect>
#include <QUuid>
// xcb
#include <xcb/damage.h>
#include <xcb/xfixes.h>
// c++
#include <functional>