diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2024-11-14 09:44:47 +0100 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-11-14 14:23:06 +0100 |
commit | 9c3d4539b820b34ca112dedbaf2ed5262c003ace (patch) | |
tree | f304adf8c9584bf434224620b91860502eb87e15 /test/utils/container_matchers.hpp | |
parent | 506ffd3bd96da9bac18f377822ca4f2954f75f71 (diff) | |
download | justbuild-9c3d4539b820b34ca112dedbaf2ed5262c003ace.tar.gz |
tests: Implement IWYU suggestions
Diffstat (limited to 'test/utils/container_matchers.hpp')
-rw-r--r-- | test/utils/container_matchers.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/utils/container_matchers.hpp b/test/utils/container_matchers.hpp index 7def6d57..d7a29c3a 100644 --- a/test/utils/container_matchers.hpp +++ b/test/utils/container_matchers.hpp @@ -16,14 +16,14 @@ #define INCLUDED_SRC_TEST_UTILS_CONTAINER_MATCHERS_HPP #include <algorithm> +#include <initializer_list> +#include <iterator> #include <numeric> #include <sstream> #include <string> -#include <type_traits> #include <unordered_set> #include <vector> -#include "catch2/catch_test_macros.hpp" #include "catch2/matchers/catch_matchers_all.hpp" /// \brief Matcher to check if the sets of elements present in two different |