summaryrefslogtreecommitdiffhomepage
path: root/src/CommandLine/pef-amd64-drv.cpp
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-24 07:12:19 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-24 07:12:19 +0100
commit5652edb5f056cf379afb14c83dc47213b1002aa7 (patch)
tree017417bb3609a12def99f326a46a5b6a0535ca85 /src/CommandLine/pef-amd64-drv.cpp
parentc241e7582926b8455f0be469c6c6505d3fb0250d (diff)
[FEAT] Rename Utilities to Utils for better readbility.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/CommandLine/pef-amd64-drv.cpp')
-rw-r--r--src/CommandLine/pef-amd64-drv.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CommandLine/pef-amd64-drv.cpp b/src/CommandLine/pef-amd64-drv.cpp
index aaec55a..7528767 100644
--- a/src/CommandLine/pef-amd64-drv.cpp
+++ b/src/CommandLine/pef-amd64-drv.cpp
@@ -8,8 +8,8 @@
#include <CompilerKit/Detail/Config.h>
#include <CompilerKit/ErrorID.h>
-#include <CompilerKit/Utilities/Compiler.h>
-#include <CompilerKit/Utilities/DLL.h>
+#include <CompilerKit/Utils/Compiler.h>
+#include <CompilerKit/Utils/DLL.h>
#ifdef __APPLE__
static auto kPath = "/usr/local/lib/libCompilerKit.dylib";