From d44e1c10d642991b874a952c5d4fb7710d14d78b Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Thu, 24 Aug 2023 11:59:34 +0200 Subject: just-mr utils: Extract setup-related code into separate library This better separates the utility methods used in just-mr commands and avoids any cyclic dependencies that might arise in new utility methods requiring both existing utilities and the command-line arguments. --- src/other_tools/just_mr/launch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/other_tools/just_mr/launch.cpp') diff --git a/src/other_tools/just_mr/launch.cpp b/src/other_tools/just_mr/launch.cpp index 61953cda..bc70bb7f 100644 --- a/src/other_tools/just_mr/launch.cpp +++ b/src/other_tools/just_mr/launch.cpp @@ -25,7 +25,7 @@ #include "src/buildtool/storage/garbage_collector.hpp" #include "src/other_tools/just_mr/exit_codes.hpp" #include "src/other_tools/just_mr/setup.hpp" -#include "src/other_tools/just_mr/utils.hpp" +#include "src/other_tools/just_mr/setup_utils.hpp" #include "src/utils/cpp/file_locking.hpp" auto CallJust(std::optional const& config_file, -- cgit v1.2.3