mirror of
https://github.com/hyprwm/Hyprland
synced 2025-01-10 14:49:48 +01:00
animationmgr: fix invalid include
This commit is contained in:
parent
5642ed331d
commit
95542e4488
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
#include "../defines.hpp"
|
||||
#include "../helpers/AnimatedVariable.hpp"
|
||||
#include "desktop/DesktopTypes.hpp"
|
||||
#include "../desktop/DesktopTypes.hpp"
|
||||
#include "eventLoop/EventLoopTimer.hpp"
|
||||
|
||||
class CHyprAnimationManager : public Hyprutils::Animation::CAnimationManager {
|
||||
|
|
Loading…
Reference in a new issue