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:

@ -1 +1 @@
Subproject commit 755aef8dab49d0fc4663c715fa4ad221b2aedaed Subproject commit 4c75dd5c015c8a0e5a34c6d02a018a650f57feb5