From c60487caad20adc7eda259ac1fa5bdeacbaeeff0 Mon Sep 17 00:00:00 2001 From: Joseph Edwards Date: Wed, 21 Aug 2024 17:40:44 +0100 Subject: [PATCH] iwyu --- include/libsemigroups/matrix.hpp | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/include/libsemigroups/matrix.hpp b/include/libsemigroups/matrix.hpp index 1b510666c..edd5788b3 100644 --- a/include/libsemigroups/matrix.hpp +++ b/include/libsemigroups/matrix.hpp @@ -23,16 +23,23 @@ #ifndef LIBSEMIGROUPS_MATRIX_HPP_ #define LIBSEMIGROUPS_MATRIX_HPP_ -#include // for min -#include // for array -#include // for bitset -#include // for size_t -#include // for ostringstream -#include // for inner_product -#include // for false_type, is_signed, true_type -#include // for unordered_map -#include // for unordered_set -#include // for vector +#include // for min +#include // for array +#include // for bitset +#include // for size_t +#include // for uint64_t +#include // for initializer_list +#include // for ostringstream +#include // for distance +#include // for inner_product +#include // for operator<<, basic_ostream +#include // for string +#include // for tie +#include // for false_type, is_signed, true_type +#include // for unordered_map +#include // for unordered_set +#include // for forward, make_pair, pair +#include // for vector #include "adapters.hpp" // for Degree #include "bitset.hpp" // for BitSet