diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-05-23 03:48:06 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-05-23 03:48:06 +0200 |
| commit | 2eed4954c762bb8050e40798c3d9f1d3998324d1 (patch) | |
| tree | 8848d4345fca4d62c23d1e7136eeff2978c9e6c5 /dev/LibCompiler/ErrorID.h | |
| parent | 8ad58a91a11380203c4a81fe4dc93e7734631b32 (diff) | |
feat!(LibCompiler): Codebase and diagram has been improved.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/LibCompiler/ErrorID.h')
| -rw-r--r-- | dev/LibCompiler/ErrorID.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dev/LibCompiler/ErrorID.h b/dev/LibCompiler/ErrorID.h index 45bb393..c82fb16 100644 --- a/dev/LibCompiler/ErrorID.h +++ b/dev/LibCompiler/ErrorID.h @@ -10,7 +10,6 @@ #pragma once #include <LibCompiler/Defines.h> -#include <LibCompiler/ErrorOr.h> #define LIBCOMPILER_SUCCESS 0 #define LIBCOMPILER_EXEC_ERROR -30 |
