summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>2024-11-13 08:33:27 +0100
committerGitHub <noreply@github.com>2024-11-13 08:33:27 +0100
commit467efd9ceb5a93fdce7f24aa4645bfd042ef4ea5 (patch)
tree5ff7af19821347f4a800001e21d337e59e5c2d5a
parent16c0da54f035b0394d915fbf1c587f608b852987 (diff)
Update DynamicLinker64PEF.cc
-rw-r--r--dev/ToolchainKit/src/DynamicLinker64PEF.cc9
1 files changed, 6 insertions, 3 deletions
diff --git a/dev/ToolchainKit/src/DynamicLinker64PEF.cc b/dev/ToolchainKit/src/DynamicLinker64PEF.cc
index 51e6dc9..d127376 100644
--- a/dev/ToolchainKit/src/DynamicLinker64PEF.cc
+++ b/dev/ToolchainKit/src/DynamicLinker64PEF.cc
@@ -13,7 +13,9 @@
/// @note Do not look up for anything with .code64/.data64/.zero64!
/// It will be loaded when the program loader will start the image.
-#include "ToolchainKit/Defines.h"
+//! Toplchain Kit.
+#include <ToolchainKit/Defines.h>
+
#include <ToolchainKit/NFC/ErrorID.h>
//! Assembler Kit
@@ -22,10 +24,11 @@
//! Preferred Executable Format
#include <ToolchainKit/NFC/PEF.h>
#include <ToolchainKit/UUID.h>
-//! Dist version
+
+//! Release macros.
#include <ToolchainKit/Version.h>
-//! Advanced Executable Object Format
+//! Amlal ELMahrouss Object Format
#include <ToolchainKit/NFC/AE.h>
#include <cstdint>