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/HALKit/AXP/CoreSyscallHandlerDEC.cpp | |
| 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/HALKit/AXP/CoreSyscallHandlerDEC.cpp')
| -rw-r--r-- | dev/zka/HALKit/AXP/CoreSyscallHandlerDEC.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/zka/HALKit/AXP/CoreSyscallHandlerDEC.cpp b/dev/zka/HALKit/AXP/CoreSyscallHandlerDEC.cpp index 7fe901a5..c164dce0 100644 --- a/dev/zka/HALKit/AXP/CoreSyscallHandlerDEC.cpp +++ b/dev/zka/HALKit/AXP/CoreSyscallHandlerDEC.cpp @@ -4,8 +4,8 @@ ------------------------------------------- */ -#include <ArchKit/ArchKit.hxx> -#include <HALKit/AXP/Processor.hxx> +#include <ArchKit/ArchKit.h> +#include <HALKit/AXP/Processor.h> /// @brief Internal call for syscall, to work with C++. /// @param stack |
