diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-14 15:34:19 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-14 15:34:19 +0100 |
| commit | 6eaccbeb057d4080c9b44fddc32e4c284225ee65 (patch) | |
| tree | 5b15b953f902609a59f4b997f530405c063d1bcd /include/System/X11.h | |
| parent | aaec2471dc7dee11d653ee89f893cc7de2d1a803 (diff) | |
[CHORE] Update system headers, final changes for the structure.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/System/X11.h')
| -rw-r--r-- | include/System/X11.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/include/System/X11.h b/include/System/X11.h deleted file mode 100644 index 3f4d318..0000000 --- a/include/System/X11.h +++ /dev/null @@ -1,21 +0,0 @@ -// SPDX-License-Identifier: Apache-2.0 -// Copyright 2026, Amlal El Mahrouss (amlal@nekernel.org) -// Licensed under the Apache License, Version 2.0 (see LICENSE file) -// Official repository: https://github.com/ne-foss-org/src - -#ifndef _SYSTEM_NE_X11_H_ -#define _SYSTEM_NE_X11_H_ - -#define _NE_X11_SYSTEM 202603L - -// NeSystem Header. -#include <System/NeSystem.h> - -// Defs of the X11 protocol. -#include <System/X11/Imports.h> - -// XDG' extensions of the X11 protocol. -#include <System/X11/Ext/Imports.h> - -#endif // _SYSTEM_NE_X11_H_ - |
