config: fix includes
This commit is contained in:
parent
31431a9271
commit
44004abc01
5 changed files with 6 additions and 6 deletions
|
|
@ -25,8 +25,8 @@
|
|||
#include "../debug/HyprNotificationOverlay.hpp"
|
||||
#include "../plugins/PluginSystem.hpp"
|
||||
|
||||
#include "managers/HookSystemManager.hpp"
|
||||
#include "protocols/types/ContentType.hpp"
|
||||
#include "../managers/HookSystemManager.hpp"
|
||||
#include "../protocols/types/ContentType.hpp"
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
#include <hyprutils/path/Path.hpp>
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
#include "WLSurface.hpp"
|
||||
#include "Workspace.hpp"
|
||||
#include "WindowRule.hpp"
|
||||
#include "protocols/types/ContentType.hpp"
|
||||
#include "../protocols/types/ContentType.hpp"
|
||||
|
||||
class CXDGSurfaceResource;
|
||||
class CXWaylandSurface;
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
#include "../protocols/XDGShell.hpp"
|
||||
#include "../protocols/core/Compositor.hpp"
|
||||
#include "../protocols/ToplevelExport.hpp"
|
||||
#include "protocols/types/ContentType.hpp"
|
||||
#include "../protocols/types/ContentType.hpp"
|
||||
#include "../xwayland/XSurface.hpp"
|
||||
#include "managers/AnimationManager.hpp"
|
||||
#include "managers/PointerManager.hpp"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
#include "WaylandProtocol.hpp"
|
||||
#include "core/Compositor.hpp"
|
||||
#include "content-type-v1.hpp"
|
||||
#include "protocols/types/ContentType.hpp"
|
||||
#include "types/ContentType.hpp"
|
||||
|
||||
class CContentTypeManager {
|
||||
public:
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 755aef8dab49d0fc4663c715fa4ad221b2aedaed
|
||||
Subproject commit 4c75dd5c015c8a0e5a34c6d02a018a650f57feb5
|
||||
Loading…
Add table
Add a link
Reference in a new issue