From 646ae436340d1dd9a9ba7ff2dcc547d4c8472e54 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 11 Dec 2025 09:48:02 +0100 Subject: chore: API cleanup and improvements. Signed-off-by: Amlal El Mahrouss --- include/ocl.hpp | 28 ++++++++++++++++++++++++++++ include/ocl/ocl.hpp | 20 -------------------- libs/core | 2 +- 3 files changed, 29 insertions(+), 21 deletions(-) create mode 100644 include/ocl.hpp delete mode 100644 include/ocl/ocl.hpp diff --git a/include/ocl.hpp b/include/ocl.hpp new file mode 100644 index 0000000..435c69e --- /dev/null +++ b/include/ocl.hpp @@ -0,0 +1,28 @@ +/* + * 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 +#include +#include +#include +#include +#include +#include +#include + +#ifdef __OCL_FIX + +# include +# include + +#endif + +#endif // ifndef __OCL_HPP \ No newline at end of file diff --git a/include/ocl/ocl.hpp b/include/ocl/ocl.hpp deleted file mode 100644 index 2164dae..0000000 --- a/include/ocl/ocl.hpp +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef __OCL_HPP -#define __OCL_HPP - -#include -#include -#include -#include -#include -#include -#include -#include - -#ifdef __OCL_FIX - -# include -# include - -#endif - -#endif // ifndef __OCL_HPP \ No newline at end of file diff --git a/libs/core b/libs/core index c62d857..881039c 160000 --- a/libs/core +++ b/libs/core @@ -1 +1 @@ -Subproject commit c62d8578cc50f20fe65624afdf642c1763b3547d +Subproject commit 881039cd402fc24c43659c9727f89cffce0469fe -- cgit v1.2.3