summaryrefslogtreecommitdiffhomepage
path: root/dev/lib/core
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-10-26 12:28:20 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-10-26 12:28:20 +0100
commit01c6071ac4a64cbee4270a73f0fe88b10b31097d (patch)
tree54ec5d0b86046577f1adde4ae4bb5547bdc122aa /dev/lib/core
parenta786997f304745ce3766a82be06dc6a5d0c2f02c (diff)
feat: important refactors for SCL.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/lib/core')
-rw-r--r--dev/lib/core/allocator_system.hpp1
-rw-r--r--dev/lib/core/error_handler.hpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/dev/lib/core/allocator_system.hpp b/dev/lib/core/allocator_system.hpp
index 53cf095..3ffa02a 100644
--- a/dev/lib/core/allocator_system.hpp
+++ b/dev/lib/core/allocator_system.hpp
@@ -9,7 +9,6 @@
#define _SCL_ALLOCATOR_SYSTEM_HPP
#include <lib/core/includes.hpp>
-#include <stdexcept>
#include <memory>
namespace scl
diff --git a/dev/lib/core/error_handler.hpp b/dev/lib/core/error_handler.hpp
index 939a0ff..449e255 100644
--- a/dev/lib/core/error_handler.hpp
+++ b/dev/lib/core/error_handler.hpp
@@ -10,7 +10,6 @@
#include <lib/core/includes.hpp>
#include <lib/io/print.hpp>
-#include <stdexcept>
namespace scl
{