diff options
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/CommandLine.cc | 4 |
1 files changed, 2 insertions, 2 deletions
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 <Includes.h> -#include <JSONManifestBuilder.h> +#include <BTBKit/Includes.h> +#include <BTBKit/JSONManifestBuilder.h> static bool kFailed = false; static bool kDryRun = false; |
