diff options
Diffstat (limited to 'Public/Kits/System.Core/System.Core.hxx')
| -rw-r--r-- | Public/Kits/System.Core/System.Core.hxx | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Public/Kits/System.Core/System.Core.hxx b/Public/Kits/System.Core/System.Core.hxx index b368b997..07b7199c 100644 --- a/Public/Kits/System.Core/System.Core.hxx +++ b/Public/Kits/System.Core/System.Core.hxx @@ -4,12 +4,11 @@ #pragma once -/// Core API -#include <System.Core/HCoreBase.hxx> - /// Process Heap API -#include <System.Core/HCoreHeap.hxx> +#include <System.Core/Heap.hxx> /// File API & Device API. +#include <System.Core/File.hxx> -/// Process & Threading API
\ No newline at end of file +/// Process & Threading API +#include <System.Core/Threading.hxx>
\ No newline at end of file |
