diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-19 17:33:26 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-19 17:33:26 +0200 |
| commit | befde76cfa46c766e81f74eb5ac65d3dae2dde87 (patch) | |
| tree | 45b2f9fd6b3f9605c2747485bd24483192f99e73 /dev/LibCompiler/src/Detail | |
| parent | 3afc481dc64a07fe7fcaff9ce7a12a492c3ec8e7 (diff) | |
dev, LibCompiler, tooling: refactor and separate components into modules
(cppdrv, cxxdrv)
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/LibCompiler/src/Detail')
| -rw-r--r-- | dev/LibCompiler/src/Detail/AsmUtils.h | 2 | ||||
| -rw-r--r-- | dev/LibCompiler/src/Detail/ClUtils.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev/LibCompiler/src/Detail/AsmUtils.h b/dev/LibCompiler/src/Detail/AsmUtils.h index 29dbcbe..997564c 100644 --- a/dev/LibCompiler/src/Detail/AsmUtils.h +++ b/dev/LibCompiler/src/Detail/AsmUtils.h @@ -6,7 +6,7 @@ #pragma once -#include <LibCompiler/AAL/AssemblyInterface.h> +#include <LibCompiler/AssemblyInterface.h> #include <LibCompiler/Parser.h> using namespace LibCompiler; diff --git a/dev/LibCompiler/src/Detail/ClUtils.h b/dev/LibCompiler/src/Detail/ClUtils.h index aa1e0f6..fe788a2 100644 --- a/dev/LibCompiler/src/Detail/ClUtils.h +++ b/dev/LibCompiler/src/Detail/ClUtils.h @@ -6,7 +6,7 @@ #pragma once -#include <LibCompiler/AAL/AssemblyInterface.h> +#include <LibCompiler/AssemblyInterface.h> #include <LibCompiler/Parser.h> #define kZero64Section ".zero64" |
