summaryrefslogtreecommitdiffhomepage
path: root/include/ne_system/System/WindowSystems/X11.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ne_system/System/WindowSystems/X11.h')
-rw-r--r--include/ne_system/System/WindowSystems/X11.h12
1 files changed, 6 insertions, 6 deletions
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_