diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2022-03-07 18:23:53 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2022-03-08 13:46:08 +0100 |
commit | 28abe1bf4d8c16af92e1ef3dc1f267399f0690b9 (patch) | |
tree | a88380091984fdabe288caffb0dc814543a613d5 /src/buildtool/execution_api/local/local_action.cpp | |
parent | 6f44f11a9a063d2f8f10a99c3531325e0fabead8 (diff) | |
download | justbuild-28abe1bf4d8c16af92e1ef3dc1f267399f0690b9.tar.gz |
SystemCommand: Move to new module "src/buildtool/system"
Diffstat (limited to 'src/buildtool/execution_api/local/local_action.cpp')
-rw-r--r-- | src/buildtool/execution_api/local/local_action.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/execution_api/local/local_action.cpp b/src/buildtool/execution_api/local/local_action.cpp index eac6ede8..37c3c085 100644 --- a/src/buildtool/execution_api/local/local_action.cpp +++ b/src/buildtool/execution_api/local/local_action.cpp @@ -8,7 +8,7 @@ #include "src/buildtool/execution_api/local/local_response.hpp" #include "src/buildtool/file_system/file_system_manager.hpp" #include "src/buildtool/file_system/object_type.hpp" -#include "src/buildtool/file_system/system_command.hpp" +#include "src/buildtool/system/system_command.hpp" namespace { |