summaryrefslogtreecommitdiffhomepage
path: root/dev/lib/core
diff options
context:
space:
mode:
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
{