config: fix includes

This commit is contained in:
Vaxry
2025-02-02 22:16:00 +00:00
parent 31431a9271
commit 44004abc01
5 changed files with 6 additions and 6 deletions

View File

@@ -25,8 +25,8 @@
#include "../debug/HyprNotificationOverlay.hpp" #include "../debug/HyprNotificationOverlay.hpp"
#include "../plugins/PluginSystem.hpp" #include "../plugins/PluginSystem.hpp"
#include "managers/HookSystemManager.hpp" #include "../managers/HookSystemManager.hpp"
#include "protocols/types/ContentType.hpp" #include "../protocols/types/ContentType.hpp"
#include <cstddef> #include <cstddef>
#include <cstdint> #include <cstdint>
#include <hyprutils/path/Path.hpp> #include <hyprutils/path/Path.hpp>

View File

@@ -19,7 +19,7 @@
#include "WLSurface.hpp" #include "WLSurface.hpp"
#include "Workspace.hpp" #include "Workspace.hpp"
#include "WindowRule.hpp" #include "WindowRule.hpp"
#include "protocols/types/ContentType.hpp" #include "../protocols/types/ContentType.hpp"
class CXDGSurfaceResource; class CXDGSurfaceResource;
class CXWaylandSurface; class CXWaylandSurface;

View File

@@ -11,7 +11,7 @@
#include "../protocols/XDGShell.hpp" #include "../protocols/XDGShell.hpp"
#include "../protocols/core/Compositor.hpp" #include "../protocols/core/Compositor.hpp"
#include "../protocols/ToplevelExport.hpp" #include "../protocols/ToplevelExport.hpp"
#include "protocols/types/ContentType.hpp" #include "../protocols/types/ContentType.hpp"
#include "../xwayland/XSurface.hpp" #include "../xwayland/XSurface.hpp"
#include "managers/AnimationManager.hpp" #include "managers/AnimationManager.hpp"
#include "managers/PointerManager.hpp" #include "managers/PointerManager.hpp"

View File

@@ -3,7 +3,7 @@
#include "WaylandProtocol.hpp" #include "WaylandProtocol.hpp"
#include "core/Compositor.hpp" #include "core/Compositor.hpp"
#include "content-type-v1.hpp" #include "content-type-v1.hpp"
#include "protocols/types/ContentType.hpp" #include "types/ContentType.hpp"
class CContentTypeManager { class CContentTypeManager {
public: public: