From 2c8f8b13993b03ea5ba31e677a16eeffc34ff314 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 31 Jul 2025 00:33:45 +0100 Subject: fix: use `.h` instead of `.hpp` Signed-off-by: Amlal El Mahrouss --- dev/CompilerKit/Macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/CompilerKit/Macros.h') diff --git a/dev/CompilerKit/Macros.h b/dev/CompilerKit/Macros.h index 5027ffa..844bc23 100644 --- a/dev/CompilerKit/Macros.h +++ b/dev/CompilerKit/Macros.h @@ -4,7 +4,7 @@ ------------------------------------------- */ -/// @brief provide support for Macros.hpp header. +/// @brief provide support for Macros.h header. #ifndef _MACROS_H_ #define _MACROS_H_ -- cgit v1.2.3