diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-11-13 10:36:39 +0100 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-11-14 14:23:06 +0100 |
commit | 4d92254c43e96f0c9f751b7fef1fcbf7bfc533b1 (patch) | |
tree | 3dccc91be826a4efc7ab6fa55bfa7d43c00fac69 /src/other_tools/git_operations/git_operations.cpp | |
parent | c2a3ec54434d9f428d8f775ecbcc85c8ab88fae8 (diff) | |
download | justbuild-4d92254c43e96f0c9f751b7fef1fcbf7bfc533b1.tar.gz |
other_tools/git_operations: Implement IWYU suggestions
Diffstat (limited to 'src/other_tools/git_operations/git_operations.cpp')
-rw-r--r-- | src/other_tools/git_operations/git_operations.cpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/other_tools/git_operations/git_operations.cpp b/src/other_tools/git_operations/git_operations.cpp index be6d9ce1..e21e55d4 100644 --- a/src/other_tools/git_operations/git_operations.cpp +++ b/src/other_tools/git_operations/git_operations.cpp @@ -14,12 +14,15 @@ #include "src/other_tools/git_operations/git_operations.hpp" +#include <filesystem> +#include <functional> #include <memory> -#include <vector> +#include <optional> +#include <string> +#include <utility> #include "fmt/core.h" #include "src/buildtool/file_system/file_system_manager.hpp" -#include "src/buildtool/logging/logger.hpp" #include "src/other_tools/git_operations/git_repo_remote.hpp" auto CriticalGitOps::GitInitialCommit(GitOpParams const& crit_op_params, |