diff options
| -rw-r--r-- | include/ocl.hpp (renamed from include/ocl/ocl.hpp) | 10 | ||||
| m--------- | libs/core | 0 |
2 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 diff --git a/libs/core b/libs/core -Subproject c62d8578cc50f20fe65624afdf642c1763b3547 +Subproject 881039cd402fc24c43659c9727f89cffce0469f |
