diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-18 06:42:53 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-18 06:42:53 +0100 |
| commit | a3887b0695ffc83d2541d2ad8124e0d02f45ceae (patch) | |
| tree | 8ecc0e38c845a85d3d9fb77a3aa81369f7837734 /dev/DebuggerKit/CommonCLI.inl | |
| parent | 233d0343265ccda26ad06bfe52acdb1d12489bf4 (diff) | |
fix: meta: codebase improvements.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/DebuggerKit/CommonCLI.inl')
| -rw-r--r-- | dev/DebuggerKit/CommonCLI.inl | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dev/DebuggerKit/CommonCLI.inl b/dev/DebuggerKit/CommonCLI.inl index eb56257..a4f13ca 100644 --- a/dev/DebuggerKit/CommonCLI.inl +++ b/dev/DebuggerKit/CommonCLI.inl @@ -5,10 +5,6 @@ Purpose: Common Debugger symbols. */ -#include <cstdint> -#include <iostream> -#include <string> - #define kBlank "\e[0;30m" #define kRed "\e[0;31m" #define kWhite "\e[0;97m" @@ -25,4 +21,4 @@ static DebuggerKit::POSIX::POSIXMachContract kDebugger; static DebuggerKit::ProcessID kPID = 0L; static DebuggerKit::CAddress kActiveAddress = nullptr; -static std::string kPath = ""; +static CompilerKit::STLString kPath = ""; |
