From c1aef2468265ca02a2e868e1b1a207e07a51d24a Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 24 Jan 2026 10:20:20 +0100 Subject: chore: update header guards. Signed-off-by: Amlal El Mahrouss --- include/ocl/basic_hash.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/ocl/basic_hash.hpp') diff --git a/include/ocl/basic_hash.hpp b/include/ocl/basic_hash.hpp index 852e67d..777100e 100644 --- a/include/ocl/basic_hash.hpp +++ b/include/ocl/basic_hash.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_BASIC_HASH -#define __OCL_CORE_BASIC_HASH +#ifndef OCL_CORE_BASIC_HASH +#define OCL_CORE_BASIC_HASH #include -- cgit v1.2.3