diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-20 19:40:30 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-20 19:40:30 -0500 |
| commit | c739255b48b3a5b2e184ca1a637f9f1f95c978ff (patch) | |
| tree | 3db42241d514cf0e85b3ae6a3a1b17fa7ccf0f3b /dev/launch/LaunchKit | |
| parent | 72dc7188a81052bfeb649eecb420e6b52e2c0c4b (diff) | |
| parent | c464e5800961c809c73d4180f8a66885b53c63d7 (diff) | |
Merge pull request #78 from nekernel-org/devv0.0.6
meta: Codebase improvements on NeKernel.
Diffstat (limited to 'dev/launch/LaunchKit')
| -rw-r--r-- | dev/launch/LaunchKit/Foundation.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/launch/LaunchKit/Foundation.h b/dev/launch/LaunchKit/Foundation.h index 65bc3312..d7eb901f 100644 --- a/dev/launch/LaunchKit/Foundation.h +++ b/dev/launch/LaunchKit/Foundation.h @@ -1,13 +1,13 @@ -/* ------------------------------------------- +/* ======================================== Copyright (C) 2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. - ------------------------------------------- */ + ======================================== */ #pragma once -#include <libSystem/SystemKit/System.h> #include <CoreFoundation.fwrk/headers/Ref.h> +#include <libSystem/SystemKit/System.h> /// @author Amlal El Mahrouss /// @brief NeKernel Launch Kit - launch programs from it. |
