diff options
Diffstat (limited to 'src/buildtool/main/add_to_cas.hpp')
-rw-r--r-- | src/buildtool/main/add_to_cas.hpp | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/buildtool/main/add_to_cas.hpp b/src/buildtool/main/add_to_cas.hpp index 3a2cafce..6dd20236 100644 --- a/src/buildtool/main/add_to_cas.hpp +++ b/src/buildtool/main/add_to_cas.hpp @@ -16,13 +16,11 @@ #define INCLUDED_SRC_BUILDTOOL_MAIN_ADD_TO_CAS_HPP #ifndef BOOTSTRAP_BUILD_TOOL -#include "gsl/gsl" #include "src/buildtool/common/cli.hpp" -#include "src/buildtool/execution_api/common/execution_api.hpp" +#include "src/buildtool/execution_api/common/api_bundle.hpp" -[[nodiscard]] auto AddArtifactsToCas( - ToAddArguments const& clargs, - gsl::not_null<IExecutionApi*> const& remote_api) -> bool; +[[nodiscard]] auto AddArtifactsToCas(ToAddArguments const& clargs, + ApiBundle const& apis) -> bool; #endif #endif |