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/CFKit | |
| 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/CFKit')
| -rw-r--r-- | dev/zka/CFKit/GUIDWizard.h (renamed from dev/zka/CFKit/GUIDWizard.hxx) | 16 | ||||
| -rw-r--r-- | dev/zka/CFKit/GUIDWrapper.h (renamed from dev/zka/CFKit/GUIDWrapper.hxx) | 6 | ||||
| -rw-r--r-- | dev/zka/CFKit/LoaderUtils.h (renamed from dev/zka/CFKit/LoaderUtils.hxx) | 4 | ||||
| -rw-r--r-- | dev/zka/CFKit/Property.h (renamed from dev/zka/CFKit/Property.hxx) | 8 |
4 files changed, 17 insertions, 17 deletions
diff --git a/dev/zka/CFKit/GUIDWizard.hxx b/dev/zka/CFKit/GUIDWizard.h index bd390bd4..74dab72b 100644 --- a/dev/zka/CFKit/GUIDWizard.hxx +++ b/dev/zka/CFKit/GUIDWizard.h @@ -6,14 +6,14 @@ #pragma once -#include <CFKit/GUIDWrapper.hxx> -#include <NewKit/Array.hxx> -#include <NewKit/ArrayList.hxx> -#include <NewKit/Defines.hxx> -#include <NewKit/ErrorOr.hxx> -#include <NewKit/Ref.hxx> -#include <NewKit/Stream.hxx> -#include <NewKit/String.hxx> +#include <CFKit/GUIDWrapper.h> +#include <NewKit/Array.h> +#include <NewKit/ArrayList.h> +#include <NewKit/Defines.h> +#include <NewKit/ErrorOr.h> +#include <NewKit/Ref.h> +#include <NewKit/Stream.h> +#include <NewKit/String.h> namespace Kernel::XRN::Version1 { diff --git a/dev/zka/CFKit/GUIDWrapper.hxx b/dev/zka/CFKit/GUIDWrapper.h index 48977a7c..ee51e065 100644 --- a/dev/zka/CFKit/GUIDWrapper.hxx +++ b/dev/zka/CFKit/GUIDWrapper.h @@ -6,9 +6,9 @@ #pragma once -#include <NewKit/Defines.hxx> -#include <NewKit/Ref.hxx> -#include <NewKit/Stream.hxx> +#include <NewKit/Defines.h> +#include <NewKit/Ref.h> +#include <NewKit/Stream.h> /* GUID for C++ Components */ diff --git a/dev/zka/CFKit/LoaderUtils.hxx b/dev/zka/CFKit/LoaderUtils.h index 7385fc2e..4a30ec84 100644 --- a/dev/zka/CFKit/LoaderUtils.hxx +++ b/dev/zka/CFKit/LoaderUtils.h @@ -1,8 +1,8 @@ #ifndef __CFKIT_LOADER_UTILS_HXX__ #define __CFKIT_LOADER_UTILS_HXX__ -#include <KernelKit/PE.hxx> -#include <KernelKit/MSDOS.hxx> +#include <KernelKit/PE.h> +#include <KernelKit/MSDOS.h> namespace Kernel { diff --git a/dev/zka/CFKit/Property.hxx b/dev/zka/CFKit/Property.h index 7f1aed64..56829165 100644 --- a/dev/zka/CFKit/Property.hxx +++ b/dev/zka/CFKit/Property.h @@ -7,10 +7,10 @@ #ifndef __INC_PROPS_HPP__ #define __INC_PROPS_HPP__ -#include <NewKit/Array.hxx> -#include <NewKit/Defines.hxx> -#include <NewKit/Function.hxx> -#include <NewKit/String.hxx> +#include <NewKit/Array.h> +#include <NewKit/Defines.h> +#include <NewKit/Function.h> +#include <NewKit/String.h> #define cMaxPropLen 4096 |
