diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-29 22:29:19 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-29 22:29:19 -0500 |
| commit | 0ea04985716deb9bff4a83e08e984513f6664b91 (patch) | |
| tree | ebbb2f7b883dc57adeedba209860ffa8ab1ddc7a /public/frameworks/KernelTest.fwrk/headers/Foundation.h | |
| parent | e0e8acd3db4ba1d50384f26305c6cc9021652840 (diff) | |
| parent | 73fa1d46dc88bb74626715b491fafd57591aeab8 (diff) | |
Merge pull request #95 from nekernel-org/developv0.0.8
chore: API and System Design update.
Diffstat (limited to 'public/frameworks/KernelTest.fwrk/headers/Foundation.h')
| -rw-r--r-- | public/frameworks/KernelTest.fwrk/headers/Foundation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/frameworks/KernelTest.fwrk/headers/Foundation.h b/public/frameworks/KernelTest.fwrk/headers/Foundation.h index 8ff956a7..3bc7225d 100644 --- a/public/frameworks/KernelTest.fwrk/headers/Foundation.h +++ b/public/frameworks/KernelTest.fwrk/headers/Foundation.h @@ -6,8 +6,8 @@ #pragma once -#include <libSystem/SystemKit/System.h> #include <libSystem/SystemKit/Err.h> +#include <libSystem/SystemKit/System.h> #include <CoreFoundation.fwrk/headers/Object.h> #include <CoreFoundation.fwrk/headers/String.h> |
