diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-11-11 12:17:33 +0100 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-11-14 14:23:05 +0100 |
commit | 15590199aba42ec3892f13da9282624b2c49c1c6 (patch) | |
tree | 0b69b0a3859805732e936a0d440844125d53f136 /src/buildtool/execution_api/remote/config.hpp | |
parent | e24b0a8cbebee4e5dc9fa3c071753acbeb1bdde0 (diff) | |
download | justbuild-15590199aba42ec3892f13da9282624b2c49c1c6.tar.gz |
execution_api/remote: Implement IWYU suggestions
Diffstat (limited to 'src/buildtool/execution_api/remote/config.hpp')
-rw-r--r-- | src/buildtool/execution_api/remote/config.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/buildtool/execution_api/remote/config.hpp b/src/buildtool/execution_api/remote/config.hpp index 36e83fdd..86e94938 100644 --- a/src/buildtool/execution_api/remote/config.hpp +++ b/src/buildtool/execution_api/remote/config.hpp @@ -16,7 +16,6 @@ #define INCLUDED_SRC_BUILDTOOL_EXECUTION_API_REMOTE_CONFIG_HPP #include <filesystem> -#include <map> #include <optional> #include <string> #include <utility> |