summaryrefslogtreecommitdiffhomepage
path: root/include/ne_system/System
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-16 04:56:41 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-16 04:56:41 +0100
commit6231a12356b2e554b3bbcfa47a720b194b8e87cc (patch)
tree828dcf411b137985815047795605dc4552862c74 /include/ne_system/System
parent8c1442fa376a1483ddfdcdd69fc6e27786b62694 (diff)
[CHORE] Update SDK includes for NeSystem release.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/ne_system/System')
-rw-r--r--include/ne_system/System/NeSystem.h2
-rw-r--r--include/ne_system/System/WindowSystems/Wayland.h2
-rw-r--r--include/ne_system/System/WindowSystems/X11.h12
3 files changed, 8 insertions, 8 deletions
diff --git a/include/ne_system/System/NeSystem.h b/include/ne_system/System/NeSystem.h
index 3652678..de13c6c 100644
--- a/include/ne_system/System/NeSystem.h
+++ b/include/ne_system/System/NeSystem.h
@@ -8,7 +8,7 @@
#define _NE_SYSTEM 202603L
-#include <System/Detail/Config.h>
+#include <ne_system/System/Detail/Config.h>
/// @brief POSIX wrapper API
#include <libPOSIXWrapper/POSIXKit/unistd.h>
diff --git a/include/ne_system/System/WindowSystems/Wayland.h b/include/ne_system/System/WindowSystems/Wayland.h
index 2b4afe5..f85fe59 100644
--- a/include/ne_system/System/WindowSystems/Wayland.h
+++ b/include/ne_system/System/WindowSystems/Wayland.h
@@ -8,6 +8,6 @@
#define _NE_WAYLAND_SYSTEM 202603L
-#include <System/X11+Fwd.h>
+#include <ne_system/System/WindowSystems/X11.h>
#endif // _SYSTEM_NE_WAYLAND_H_ \ No newline at end of file
diff --git a/include/ne_system/System/WindowSystems/X11.h b/include/ne_system/System/WindowSystems/X11.h
index 3f4d318..7adaedb 100644
--- a/include/ne_system/System/WindowSystems/X11.h
+++ b/include/ne_system/System/WindowSystems/X11.h
@@ -8,14 +8,14 @@
#define _NE_X11_SYSTEM 202603L
-// NeSystem Header.
-#include <System/NeSystem.h>
+/// @brief NeSystem Header.
+#include <ne_system/System/NeSystem.h>
-// Defs of the X11 protocol.
-#include <System/X11/Imports.h>
+/// @brief Defs of the X11 protocol.
+#include <ne_system/System/X11/Imports.h>
-// XDG' extensions of the X11 protocol.
-#include <System/X11/Ext/Imports.h>
+/// @brief XDG' extensions of the X11 protocol.
+#include <ne_system/System/X11/Ext/Imports.h>
#endif // _SYSTEM_NE_X11_H_