core: fixup includes

This commit is contained in:
Vaxry 2025-01-17 19:14:55 +01:00
parent b65f8a8723
commit 47d645d84a
5 changed files with 15 additions and 15 deletions

View file

@ -16,12 +16,12 @@
#include "../desktop/LayerRule.hpp" #include "../desktop/LayerRule.hpp"
#include "ConfigDataValues.hpp" #include "ConfigDataValues.hpp"
#include "SharedDefs.hpp" #include "../SharedDefs.hpp"
#include "helpers/Color.hpp" #include "../helpers/Color.hpp"
#include "desktop/DesktopTypes.hpp" #include "../desktop/DesktopTypes.hpp"
#include "helpers/memory/Memory.hpp" #include "../helpers/memory/Memory.hpp"
#include "desktop/WindowRule.hpp" #include "../desktop/WindowRule.hpp"
#include "managers/XWaylandManager.hpp" #include "../managers/XWaylandManager.hpp"
#include <hyprlang.hpp> #include <hyprlang.hpp>

View file

@ -1,6 +1,6 @@
#include "Monitor.hpp" #include "Monitor.hpp"
#include "MiscFunctions.hpp" #include "MiscFunctions.hpp"
#include "macros.hpp" #include "../macros.hpp"
#include "math/Math.hpp" #include "math/Math.hpp"
#include "sync/SyncReleaser.hpp" #include "sync/SyncReleaser.hpp"
#include "../Compositor.hpp" #include "../Compositor.hpp"

View file

@ -4,9 +4,9 @@
#include "../desktop/Subsurface.hpp" #include "../desktop/Subsurface.hpp"
#include "../desktop/Popup.hpp" #include "../desktop/Popup.hpp"
#include "../desktop/WLSurface.hpp" #include "../desktop/WLSurface.hpp"
#include "macros.hpp" #include "../macros.hpp"
#include "desktop/DesktopTypes.hpp" #include "../desktop/DesktopTypes.hpp"
#include "helpers/memory/Memory.hpp" #include "memory/Memory.hpp"
#include "signal/Signal.hpp" #include "signal/Signal.hpp"
class CMonitor; class CMonitor;

View file

@ -1,10 +1,10 @@
#include "AnimationManager.hpp" #include "AnimationManager.hpp"
#include "../Compositor.hpp" #include "../Compositor.hpp"
#include "HookSystemManager.hpp" #include "HookSystemManager.hpp"
#include "config/ConfigManager.hpp" #include "../config/ConfigManager.hpp"
#include "desktop/DesktopTypes.hpp" #include "../desktop/DesktopTypes.hpp"
#include "helpers/AnimatedVariable.hpp" #include "../helpers/AnimatedVariable.hpp"
#include "macros.hpp" #include "../macros.hpp"
#include "../config/ConfigValue.hpp" #include "../config/ConfigValue.hpp"
#include "../desktop/Window.hpp" #include "../desktop/Window.hpp"
#include "../desktop/LayerSurface.hpp" #include "../desktop/LayerSurface.hpp"

View file

@ -2,7 +2,7 @@
#include "WaylandProtocol.hpp" #include "WaylandProtocol.hpp"
#include "hyprland-focus-grab-v1.hpp" #include "hyprland-focus-grab-v1.hpp"
#include "macros.hpp" #include "../macros.hpp"
#include <cstdint> #include <cstdint>
#include <unordered_map> #include <unordered_map>
#include <vector> #include <vector>