mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-08 16:11:57 -07:00
core: cleanup header includes (#9088)
Cleanup some unneeded includes to speed up compilation
This commit is contained in:
committed by
GitHub
parent
0dc7367a70
commit
2bad73354a
@@ -3,6 +3,7 @@
|
||||
#include "../desktop/Window.hpp"
|
||||
#include "../Compositor.hpp"
|
||||
#include "core/Compositor.hpp"
|
||||
#include "../managers/HookSystemManager.hpp"
|
||||
|
||||
CTearingControlProtocol::CTearingControlProtocol(const wl_interface* iface, const int& ver, const std::string& name) : IWaylandProtocol(iface, ver, name) {
|
||||
static auto P =
|
||||
|
Reference in New Issue
Block a user