summaryrefslogtreecommitdiffhomepage
path: root/include/System/Ne.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/System/Ne.h')
-rw-r--r--include/System/Ne.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/include/System/Ne.h b/include/System/Ne.h
deleted file mode 100644
index b0c3b0c..0000000
--- a/include/System/Ne.h
+++ /dev/null
@@ -1,22 +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/ne_system
-
-#ifndef _NE_H_
-#define _NE_H_
-
-#define _NE_SYSTEM 202603L
-
-#include <System/Config.h>
-
-// POSIX wrapper
-#include <libPOSIXWrapper/POSIXKit/unistd.h>
-// IPC
-#include <libMsg/MsgKit/Server.h>
-// System calls
-#include <libSystem/SystemKit/System.h>
-// Sound mixer
-#include <libSoundSystem/SoundSystemKit/VirtualMixer.h>
-
-#endif // !_NE_H_