diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-14 15:29:32 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-14 15:29:32 +0100 |
| commit | aaec2471dc7dee11d653ee89f893cc7de2d1a803 (patch) | |
| tree | ba5740906f531c9fee1ab51c5a9fdba90639ff23 /include/System/Wayland.h | |
| parent | 0e04c6c760dfdce867e002d2ee6aaef7a61ae405 (diff) | |
[CHORE] Update system headers, pre-final changes.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/System/Wayland.h')
| -rw-r--r-- | include/System/Wayland.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/System/Wayland.h b/include/System/Wayland.h index 3c7cfb0..2b4afe5 100644 --- a/include/System/Wayland.h +++ b/include/System/Wayland.h @@ -3,12 +3,11 @@ // Licensed under the Apache License, Version 2.0 (see LICENSE file) // Official repository: https://github.com/ne-foss-org/src -#ifndef _NE_WAYLAND_H_ -#define _NE_WAYLAND_H_ +#ifndef _SYSTEM_NE_WAYLAND_H_ +#define _SYSTEM_NE_WAYLAND_H_ #define _NE_WAYLAND_SYSTEM 202603L #include <System/X11+Fwd.h> - -#endif
\ No newline at end of file +#endif // _SYSTEM_NE_WAYLAND_H_
\ No newline at end of file |
