diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-10-21 20:23:36 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-10-21 20:23:36 +0200 |
| commit | d48cbe75ef29a9c67c9d176bf58e56ea6448fb9e (patch) | |
| tree | 89cbd6b7e23802f92bf3158868f4dc33c088e516 /dev/zka/CompilerKit | |
| parent | 21b3da78f806d6765f9dffa6a84c21346f171cee (diff) | |
IMP: Major refactor of header and source files extensions.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/zka/CompilerKit')
| -rw-r--r-- | dev/zka/CompilerKit/CompilerKit.h (renamed from dev/zka/CompilerKit/CompilerKit.hxx) | 4 | ||||
| -rw-r--r-- | dev/zka/CompilerKit/Detail.h (renamed from dev/zka/CompilerKit/Detail.hxx) | 2 | ||||
| -rw-r--r-- | dev/zka/CompilerKit/Version.h (renamed from dev/zka/CompilerKit/Version.hxx) | 0 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev/zka/CompilerKit/CompilerKit.hxx b/dev/zka/CompilerKit/CompilerKit.h index 01661827..6aa7d04f 100644 --- a/dev/zka/CompilerKit/CompilerKit.hxx +++ b/dev/zka/CompilerKit/CompilerKit.h @@ -7,7 +7,7 @@ #ifndef _INC_CL_HPP #define _INC_CL_HPP -#include <CompilerKit/Detail.hxx> -#include <CompilerKit/Version.hxx> +#include <CompilerKit/Detail.h> +#include <CompilerKit/Version.h> #endif /* ifndef _INC_CL_HPP */ diff --git a/dev/zka/CompilerKit/Detail.hxx b/dev/zka/CompilerKit/Detail.h index 827cebe6..203175ce 100644 --- a/dev/zka/CompilerKit/Detail.hxx +++ b/dev/zka/CompilerKit/Detail.h @@ -7,7 +7,7 @@ #pragma once #ifdef __NEWOSKRNL__ -#include <NewKit/Defines.hxx> +#include <NewKit/Defines.h> #endif // ifdef __NEWOSKRNL__ #define ZKA_COPY_DELETE(KLASS) \ diff --git a/dev/zka/CompilerKit/Version.hxx b/dev/zka/CompilerKit/Version.h index 460fe2ee..460fe2ee 100644 --- a/dev/zka/CompilerKit/Version.hxx +++ b/dev/zka/CompilerKit/Version.h |
