From 591f44cf59f30073e33855f474dce5f65c50731a Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 29 Dec 2025 19:36:27 +0100 Subject: feat: update header guard (allocator_op) and includes (tracked_ptr). Signed-off-by: Amlal El Mahrouss --- include/ocl/allocator_op.hpp | 6 +++--- include/ocl/tracked_ptr.hpp | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/ocl/allocator_op.hpp b/include/ocl/allocator_op.hpp index 954a358..d6f5a5e 100644 --- a/include/ocl/allocator_op.hpp +++ b/include/ocl/allocator_op.hpp @@ -3,8 +3,8 @@ // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // Official repository: https://github.com/ocl-org/core -#ifndef __OCL_CORE_ALLOC -#define __OCL_CORE_ALLOC +#ifndef __OCL_CORE_ALLOCATOR_OP +#define __OCL_CORE_ALLOCATOR_OP #include #include @@ -80,4 +80,4 @@ namespace ocl } // namespace ocl -#endif // ifndef __OCL_CORE_ALLOC +#endif // ifndef __OCL_CORE_ALLOCATOR_OP diff --git a/include/ocl/tracked_ptr.hpp b/include/ocl/tracked_ptr.hpp index 4c1ab8f..e67d334 100644 --- a/include/ocl/tracked_ptr.hpp +++ b/include/ocl/tracked_ptr.hpp @@ -6,7 +6,6 @@ #ifndef __OCL_TRACKED_PTR #define __OCL_TRACKED_PTR -#include #include #include #include -- cgit v1.2.3