fix: cleanup includes

This commit is contained in:
Virt 2025-01-18 22:40:48 +01:00
commit e26501d84d
9 changed files with 15 additions and 15 deletions

View file

@ -2,6 +2,7 @@
#include "utils.hpp"
#include "../config/config.hpp"
#include <hyprland/src/Compositor.hpp>
#include <hyprland/src/render/Renderer.hpp>
EModeUpdate CModeStretch::strategy() {
return TICK;

View file

@ -2,6 +2,7 @@
#include "utils.hpp"
#include "../config/config.hpp"
#include <hyprland/src/Compositor.hpp>
#include <hyprland/src/render/Renderer.hpp>
EModeUpdate CModeTilt::strategy() {
return TICK;