diff options
Diffstat (limited to 'Public/Kits/System.Core/System.hxx')
| -rw-r--r-- | Public/Kits/System.Core/System.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Public/Kits/System.Core/System.hxx b/Public/Kits/System.Core/System.hxx index 97d4bdac..37cab4a4 100644 --- a/Public/Kits/System.Core/System.hxx +++ b/Public/Kits/System.Core/System.hxx @@ -10,9 +10,9 @@ ------------------------------------------------------- */ -#include <System.Core/CoreAPI.hxx> -#include <System.Core/FileAPI.hxx> -#include <System.Core/HeapAPI.hxx> +#include <System.Core/Defs.hxx> +#include <System.Core/File.hxx> +#include <System.Core/Heap.hxx> #include <System.Core/ThreadAPI.hxx> using namespace HCore; |
