diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-09-17 09:59:28 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-09-17 09:59:28 +0200 |
| commit | bba582964bded940f9dc280fd15ed84aa2db2d39 (patch) | |
| tree | 5917d51d60b4680d09510cccde0fdf271660c0a2 /dev/examples | |
| parent | 06202a559a54757090c04ae55ba21a24d97fdc85 (diff) | |
feat! lib: reorganize library (OCL v1.0.44)
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/examples')
| -rw-r--r-- | dev/examples/allocator_system/allocator_system.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/examples/allocator_system/allocator_system.cc b/dev/examples/allocator_system/allocator_system.cc index c3cd689..67c3aca 100644 --- a/dev/examples/allocator_system/allocator_system.cc +++ b/dev/examples/allocator_system/allocator_system.cc @@ -5,7 +5,7 @@ * Copyright 2025, Amlal El Mahrouss. Licensed under the BSL 1.0 license */ -#include <lib/core/allocator_system.hpp> +#include <lib/memory/allocator_system.hpp> #include <iostream> struct MyClass |
