From e0b3869075eb6dd4d2d515f80056e2eeb1128fae Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 22 May 2025 10:22:16 +0200 Subject: feat(btb)!: Introducing libBTB, better API. also: - The Codebase has been improved. - Error codes are now string messages. Signed-off-by: Amlal El Mahrouss --- cli/CommandLine.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/CommandLine.cc') diff --git a/cli/CommandLine.cc b/cli/CommandLine.cc index 419f146..300db6f 100644 --- a/cli/CommandLine.cc +++ b/cli/CommandLine.cc @@ -4,8 +4,8 @@ // Copyright (C) 2024-2025, Amlal El Mahrouss, all rights reserved. // ============================================================= // -#include -#include +#include +#include static bool kFailed = false; static bool kDryRun = false; -- cgit v1.2.3