From 65a8349aa5526d071b18cd4d42586c46faaa3823 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 24 Nov 2025 02:13:48 +0100 Subject: feat! breaking changes for OCL v1.0.48. Signed-off-by: Amlal El Mahrouss --- dev/lib/core/includes.hpp | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 dev/lib/core/includes.hpp (limited to 'dev/lib/core/includes.hpp') diff --git a/dev/lib/core/includes.hpp b/dev/lib/core/includes.hpp deleted file mode 100644 index a1c6e86..0000000 --- a/dev/lib/core/includes.hpp +++ /dev/null @@ -1,23 +0,0 @@ -/* - * File: core/includes.hpp - * Purpose: Core includes for the OCL library. - * Author: Amlal El Mahrouss (amlal@nekernel.org) - * Copyright 2025, Amlal El Mahrouss, licensed under the Boost Software License. - */ - -#pragma once - -#include -#include -#include -#include -#include - -namespace ocl -{ -#ifdef OCL_USE_UTF8 - using char_type = char8_t; -#else - using char_type = char; -#endif -} // namespace ocl \ No newline at end of file -- cgit v1.2.3