diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-05 21:18:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-05 21:18:35 +0100 |
| commit | 41d4c1f2158be039ad94c09800885aafdafc5f24 (patch) | |
| tree | 57eb44165e6008a3561970f5f5d86cb686fc2cbe /dev/lib/core | |
| parent | 8939837390193e86c52299048caec9c7722178e6 (diff) | |
| parent | 964f0d8ca36d9333efcfd3136a5cae77dc5dded4 (diff) | |
Merge pull request #3 from snu-systems-corp/develop
Develop: New URL API.
Diffstat (limited to 'dev/lib/core')
| -rw-r--r-- | dev/lib/core/allocator_system.hpp | 1 | ||||
| -rw-r--r-- | dev/lib/core/error_handler.hpp | 1 |
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 { |
