diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-17 10:27:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-17 10:27:07 +0100 |
| commit | c6b7510cdb9350c4e129bfcd7959efc4daee9df6 (patch) | |
| tree | 6507901f62b1ea75e599644e44540f2322c35f1a /dev/lib/memory | |
| parent | b06170354225f19271627df11525857fa34a38e7 (diff) | |
| parent | 1d943dcfcddb68f489c126b1e0df41170287e63d (diff) | |
Merge pull request #6 from amlel-el-mahrouss/develop
release: make licensing explicit.
Diffstat (limited to 'dev/lib/memory')
| -rw-r--r-- | dev/lib/memory/allocator_system.hpp | 1 | ||||
| -rw-r--r-- | dev/lib/memory/tracked_ptr.hpp | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/dev/lib/memory/allocator_system.hpp b/dev/lib/memory/allocator_system.hpp index 1243ed5..6fd0119 100644 --- a/dev/lib/memory/allocator_system.hpp +++ b/dev/lib/memory/allocator_system.hpp @@ -9,7 +9,6 @@ #define _OCL_ALLOCATOR_SYSTEM_HPP #include <lib/core/includes.hpp> -#include <stdexcept> #include <memory> namespace ocl diff --git a/dev/lib/memory/tracked_ptr.hpp b/dev/lib/memory/tracked_ptr.hpp index d2f8450..61daada 100644 --- a/dev/lib/memory/tracked_ptr.hpp +++ b/dev/lib/memory/tracked_ptr.hpp @@ -2,7 +2,7 @@ * File: memory/tracked_ptr.hpp * Purpose: Custom smart pointer implementation in C++ * Author: Amlal El Mahrouss (amlal@nekernel.org) - * Copyright 2025, Amlal El Mahrouss + * Copyright 2025, Amlal El Mahrouss, licensed under the MIT license. */ #pragma once |
