From 29ef359b3cb1cf18ca17e9253602b56e84f2cc33 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 13 Mar 2026 05:48:42 +0100 Subject: [FEAT] Breaking API changes, rework API design. Signed-off-by: Amlal El Mahrouss --- include/System/Ne.h | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 include/System/Ne.h (limited to 'include/System/Ne.h') 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 - -// POSIX wrapper -#include -// IPC -#include -// System calls -#include -// Sound mixer -#include - -#endif // !_NE_H_ -- cgit v1.2.3