Remove unused XCB includes in toplevel.h
Damage handling has been moved to SurfaceItemX11.
This commit is contained in:
parent
363177f36f
commit
ef9d541487
2 changed files with 1 additions and 3 deletions
|
@ -43,6 +43,7 @@
|
|||
|
||||
#include <kkeyserver.h>
|
||||
|
||||
#include <xcb/damage.h>
|
||||
#include <xcb/sync.h>
|
||||
#ifdef XCB_ICCCM_FOUND
|
||||
#include <xcb/xcb_icccm.h>
|
||||
|
|
|
@ -20,9 +20,6 @@
|
|||
#include <QMatrix4x4>
|
||||
#include <QRect>
|
||||
#include <QUuid>
|
||||
// xcb
|
||||
#include <xcb/damage.h>
|
||||
#include <xcb/xfixes.h>
|
||||
// c++
|
||||
#include <functional>
|
||||
|
||||
|
|
Loading…
Reference in a new issue