mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-14 11:35:46 -07:00
animationmgr: fix invalid include
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
#include "../defines.hpp"
|
#include "../defines.hpp"
|
||||||
#include "../helpers/AnimatedVariable.hpp"
|
#include "../helpers/AnimatedVariable.hpp"
|
||||||
#include "desktop/DesktopTypes.hpp"
|
#include "../desktop/DesktopTypes.hpp"
|
||||||
#include "eventLoop/EventLoopTimer.hpp"
|
#include "eventLoop/EventLoopTimer.hpp"
|
||||||
|
|
||||||
class CHyprAnimationManager : public Hyprutils::Animation::CAnimationManager {
|
class CHyprAnimationManager : public Hyprutils::Animation::CAnimationManager {
|
||||||
|
Reference in New Issue
Block a user