summaryrefslogtreecommitdiffhomepage
path: root/dev/zka/CompressKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-10-21 20:23:36 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-10-21 20:23:36 +0200
commitd48cbe75ef29a9c67c9d176bf58e56ea6448fb9e (patch)
tree89cbd6b7e23802f92bf3158868f4dc33c088e516 /dev/zka/CompressKit
parent21b3da78f806d6765f9dffa6a84c21346f171cee (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/CompressKit')
-rw-r--r--dev/zka/CompressKit/GZip.h (renamed from dev/zka/CompressKit/GZip.hxx)2
-rw-r--r--dev/zka/CompressKit/RLE.h (renamed from dev/zka/CompressKit/RLE.hxx)2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev/zka/CompressKit/GZip.hxx b/dev/zka/CompressKit/GZip.h
index 9f3e23b6..cd1b9744 100644
--- a/dev/zka/CompressKit/GZip.hxx
+++ b/dev/zka/CompressKit/GZip.h
@@ -7,7 +7,7 @@
#ifndef __KERNELKIT_GZIP_HXX__
#define __KERNELKIT_GZIP_HXX__
-#include <NewKit/Defines.hxx>
+#include <NewKit/Defines.h>
namespace Kernel::GZip
{
diff --git a/dev/zka/CompressKit/RLE.hxx b/dev/zka/CompressKit/RLE.h
index 6bc19292..64cd53ca 100644
--- a/dev/zka/CompressKit/RLE.hxx
+++ b/dev/zka/CompressKit/RLE.h
@@ -7,7 +7,7 @@
#ifndef __KERNELKIT_RLE_HXX__
#define __KERNELKIT_RLE_HXX__
-#include <NewKit/Defines.hxx>
+#include <NewKit/Defines.h>
namespace Kernel
{