From 693aba77f3e31b0ddfe4d3e51f47fd3441c45f92 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 18 Mar 2026 22:05:37 +0100 Subject: [CHORE] Rework the Nectar Core Libraries as NCSL (Nectar Core Support Libraries). Signed-off-by: Amlal El Mahrouss --- include/CoreRuntimeKit/C++/filesystem | 18 ------------------ include/CoreRuntimeKit/C++/filesystem/filesystem.hpp | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 include/CoreRuntimeKit/C++/filesystem create mode 100644 include/CoreRuntimeKit/C++/filesystem/filesystem.hpp (limited to 'include/CoreRuntimeKit/C++/filesystem') diff --git a/include/CoreRuntimeKit/C++/filesystem b/include/CoreRuntimeKit/C++/filesystem deleted file mode 100644 index 917dd0f..0000000 --- a/include/CoreRuntimeKit/C++/filesystem +++ /dev/null @@ -1,18 +0,0 @@ -// SPDX-License-Identifier: Apache-2.0 -// Copyright 2024-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/nectar - -#ifndef __NECTAR_FS_H__ -#define __NECTAR_FS_H__ - -#include - -namespace std { -class path; -class filesystem_error; -class directory_entry; -class directory_iterator; -} // namespace std - -#endif // __NECTAR_FS_H__ diff --git a/include/CoreRuntimeKit/C++/filesystem/filesystem.hpp b/include/CoreRuntimeKit/C++/filesystem/filesystem.hpp new file mode 100644 index 0000000..917dd0f --- /dev/null +++ b/include/CoreRuntimeKit/C++/filesystem/filesystem.hpp @@ -0,0 +1,18 @@ +// SPDX-License-Identifier: Apache-2.0 +// Copyright 2024-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/nectar + +#ifndef __NECTAR_FS_H__ +#define __NECTAR_FS_H__ + +#include + +namespace std { +class path; +class filesystem_error; +class directory_entry; +class directory_iterator; +} // namespace std + +#endif // __NECTAR_FS_H__ -- cgit v1.2.3