mirror of
https://github.com/hyprwm/Hyprland
synced 2025-01-23 22:29:49 +01:00
core: fixup includes
This commit is contained in:
parent
b65f8a8723
commit
47d645d84a
5 changed files with 15 additions and 15 deletions
|
@ -16,12 +16,12 @@
|
|||
#include "../desktop/LayerRule.hpp"
|
||||
|
||||
#include "ConfigDataValues.hpp"
|
||||
#include "SharedDefs.hpp"
|
||||
#include "helpers/Color.hpp"
|
||||
#include "desktop/DesktopTypes.hpp"
|
||||
#include "helpers/memory/Memory.hpp"
|
||||
#include "desktop/WindowRule.hpp"
|
||||
#include "managers/XWaylandManager.hpp"
|
||||
#include "../SharedDefs.hpp"
|
||||
#include "../helpers/Color.hpp"
|
||||
#include "../desktop/DesktopTypes.hpp"
|
||||
#include "../helpers/memory/Memory.hpp"
|
||||
#include "../desktop/WindowRule.hpp"
|
||||
#include "../managers/XWaylandManager.hpp"
|
||||
|
||||
#include <hyprlang.hpp>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include "Monitor.hpp"
|
||||
#include "MiscFunctions.hpp"
|
||||
#include "macros.hpp"
|
||||
#include "../macros.hpp"
|
||||
#include "math/Math.hpp"
|
||||
#include "sync/SyncReleaser.hpp"
|
||||
#include "../Compositor.hpp"
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
#include "../desktop/Subsurface.hpp"
|
||||
#include "../desktop/Popup.hpp"
|
||||
#include "../desktop/WLSurface.hpp"
|
||||
#include "macros.hpp"
|
||||
#include "desktop/DesktopTypes.hpp"
|
||||
#include "helpers/memory/Memory.hpp"
|
||||
#include "../macros.hpp"
|
||||
#include "../desktop/DesktopTypes.hpp"
|
||||
#include "memory/Memory.hpp"
|
||||
#include "signal/Signal.hpp"
|
||||
|
||||
class CMonitor;
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
#include "AnimationManager.hpp"
|
||||
#include "../Compositor.hpp"
|
||||
#include "HookSystemManager.hpp"
|
||||
#include "config/ConfigManager.hpp"
|
||||
#include "desktop/DesktopTypes.hpp"
|
||||
#include "helpers/AnimatedVariable.hpp"
|
||||
#include "macros.hpp"
|
||||
#include "../config/ConfigManager.hpp"
|
||||
#include "../desktop/DesktopTypes.hpp"
|
||||
#include "../helpers/AnimatedVariable.hpp"
|
||||
#include "../macros.hpp"
|
||||
#include "../config/ConfigValue.hpp"
|
||||
#include "../desktop/Window.hpp"
|
||||
#include "../desktop/LayerSurface.hpp"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include "WaylandProtocol.hpp"
|
||||
#include "hyprland-focus-grab-v1.hpp"
|
||||
#include "macros.hpp"
|
||||
#include "../macros.hpp"
|
||||
#include <cstdint>
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
|
|
Loading…
Reference in a new issue