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 +- dev/CompilerKit/XCOFF.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/CompilerKit') 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_ diff --git a/dev/CompilerKit/XCOFF.h b/dev/CompilerKit/XCOFF.h index 83da378..29f83b3 100644 --- a/dev/CompilerKit/XCOFF.h +++ b/dev/CompilerKit/XCOFF.h @@ -2,7 +2,7 @@ Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved - File: XCOFF.hpp + File: XCOFF.h Purpose: XCOFF for NeKernel. Revision History: -- cgit v1.2.3