core: cleanup header includes (#9088)
Cleanup some unneeded includes to speed up compilation
This commit is contained in:
parent
0dc7367a70
commit
2bad73354a
97 changed files with 224 additions and 72 deletions
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef NO_XWAYLAND
|
||||
|
||||
#include <ranges>
|
||||
#include "../Compositor.hpp"
|
||||
|
||||
CXWaylandSurface::CXWaylandSurface(uint32_t xID_, CBox geometry_, bool OR) : xID(xID_), geometry(geometry_), overrideRedirect(OR) {
|
||||
xcb_res_query_client_ids_cookie_t client_id_cookie = {0};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue