diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-11 09:48:02 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-11 09:48:02 +0100 |
| commit | 646ae436340d1dd9a9ba7ff2dcc547d4c8472e54 (patch) | |
| tree | e16afd947afb64fb92152e506814ae46fb8c77e0 /include | |
| parent | d890183c1f26c33cd50e8cabaf3503745f932fac (diff) | |
chore: API cleanup and improvements.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/ocl.hpp (renamed from include/ocl/ocl.hpp) | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/include/ocl/ocl.hpp b/include/ocl.hpp index 2164dae..435c69e 100644 --- a/include/ocl/ocl.hpp +++ b/include/ocl.hpp @@ -1,6 +1,14 @@ +/* + * File: ocl.hpp + * Purpose: Open C++ Libraries. + * Author: Amlal El Mahrouss (amlal@nekernel.org) + * Copyright 2025, Amlal El Mahrouss, licensed under the Boost Software License. + */ + #ifndef __OCL_HPP #define __OCL_HPP +// Mandatory core headers. #include <ocl/allocator_op.hpp> #include <ocl/crc_hash.hpp> #include <ocl/option.hpp> @@ -8,7 +16,7 @@ #include <ocl/print.hpp> #include <ocl/smart_ptr.hpp> #include <ocl/tracked_ptr.hpp> -#include <ocl/unique_socket.hpp> +#include <ocl/smart_socket.hpp> #ifdef __OCL_FIX |
