summaryrefslogtreecommitdiffhomepage
path: root/include/System/X11+Fwd.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-13 05:51:40 +0100
committerGitHub <noreply@github.com>2026-03-13 05:51:40 +0100
commitf6818b9f8aef95be7e304680aa6dfbc0158d8c52 (patch)
treea1df5aac01a8850835801dc2b0ad9fca802d8f65 /include/System/X11+Fwd.h
parent36df3998e2da288ff02a6b19a877a07203bb37f3 (diff)
parent710c249a9a43b632680d0a45d50ae6fc77c6ad1b (diff)
Merge pull request #9 from ne-foss-org/breaking-changes-api-includeHEADdevelop
[FEAT] Breaking API changes, rework API design.
Diffstat (limited to 'include/System/X11+Fwd.h')
-rw-r--r--include/System/X11+Fwd.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/include/System/X11+Fwd.h b/include/System/X11+Fwd.h
index 480c76a..5d30d9c 100644
--- a/include/System/X11+Fwd.h
+++ b/include/System/X11+Fwd.h
@@ -3,13 +3,17 @@
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
// Official repository: https://github.com/ne-foss-org/src
-#pragma once
+#ifndef _NE_X11_H_
+#define _NE_X11_H_
// NeSystem Header.
-#include <System/Ne.h>
+#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
+