diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-02 01:39:42 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-02 01:40:12 -0500 |
| commit | f7930b3a1279922cf9e6e75e651fe9b5df247bc6 (patch) | |
| tree | 984d92f85d89aaf355a51af13d45a358da6473b7 /src/CompilerKit/ErrorOr.h | |
| parent | c895f469119903b3874d74604e582aed0da989ae (diff) | |
chore: source level tweaks and breaking API changes.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/CompilerKit/ErrorOr.h')
| -rw-r--r-- | src/CompilerKit/ErrorOr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CompilerKit/ErrorOr.h b/src/CompilerKit/ErrorOr.h index 54c1c45..9e1e801 100644 --- a/src/CompilerKit/ErrorOr.h +++ b/src/CompilerKit/ErrorOr.h @@ -18,7 +18,6 @@ #include <CompilerKit/Config.h> #include <CompilerKit/ErrorID.h> #include <CompilerKit/Ref.h> -#include <CompilerKit/StringKit.h> namespace CompilerKit { using ErrorT = Int32; |
