From 4d92254c43e96f0c9f751b7fef1fcbf7bfc533b1 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Wed, 13 Nov 2024 10:36:39 +0100 Subject: other_tools/git_operations: Implement IWYU suggestions --- src/other_tools/git_operations/git_repo_remote.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/other_tools/git_operations/git_repo_remote.cpp') diff --git a/src/other_tools/git_operations/git_repo_remote.cpp b/src/other_tools/git_operations/git_repo_remote.cpp index b9b9cc93..ffbb0222 100644 --- a/src/other_tools/git_operations/git_repo_remote.cpp +++ b/src/other_tools/git_operations/git_repo_remote.cpp @@ -15,15 +15,22 @@ #include "src/other_tools/git_operations/git_repo_remote.hpp" #include +#include +#include +#include +#include +#include #include // std::move #include "fmt/core.h" #include "nlohmann/json.hpp" +#include "src/buildtool/file_system/file_system_manager.hpp" #include "src/buildtool/file_system/git_utils.hpp" #include "src/buildtool/logging/log_level.hpp" #include "src/buildtool/logging/logger.hpp" #include "src/buildtool/system/system_command.hpp" #include "src/other_tools/git_operations/git_config_settings.hpp" +#include "src/utils/cpp/tmp_dir.hpp" extern "C" { #include -- cgit v1.2.3