From 5652edb5f056cf379afb14c83dc47213b1002aa7 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 24 Mar 2026 07:12:19 +0100 Subject: [FEAT] Rename Utilities to Utils for better readbility. Signed-off-by: Amlal El Mahrouss --- src/CommandLine/pef-amd64-asm.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/CommandLine/pef-amd64-asm.cpp') diff --git a/src/CommandLine/pef-amd64-asm.cpp b/src/CommandLine/pef-amd64-asm.cpp index 2564f7c..4d955f0 100644 --- a/src/CommandLine/pef-amd64-asm.cpp +++ b/src/CommandLine/pef-amd64-asm.cpp @@ -8,8 +8,8 @@ #include #include -#include -#include +#include +#include #ifdef __APPLE__ static auto kPath = "/usr/local/lib/libCompilerKit.dylib"; -- cgit v1.2.3