Skip to content

Commit

Permalink
iwyu
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph-Edwards committed Aug 5, 2024
1 parent 19c64a8 commit 470ff03
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions include/libsemigroups/adapters.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@
#define LIBSEMIGROUPS_ADAPTERS_HPP_

#include <algorithm> // for std::sort
#include <array> // for array
#include <cstddef> // for size_t
#include <functional> // for std::equal_to
#include <iterator> // for pair
#include <memory> // for shared_ptr
#include <type_traits> // for hash, is_same
#include <utility> // for pair, hash
Expand Down
8 changes: 7 additions & 1 deletion include/libsemigroups/bmat-adapters.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@
#ifndef LIBSEMIGROUPS_BMAT_ADAPTERS_HPP_
#define LIBSEMIGROUPS_BMAT_ADAPTERS_HPP_

#include <cstddef> // for size_t
#include <cstddef> // for size_t
#include <iterator> // for distance
#include <type_traits> // for enable_if_t
#include <utility> // for move
#include <vector> // for vector, vector<>::ref...

#include "action.hpp" // for RightAction
#include "adapters.hpp" // for ImageRightAction
Expand All @@ -28,6 +32,8 @@
#include "exception.hpp" // for LIBSEMIGROUPS_EXCEPTION
#include "matrix.hpp" // for BMat

#include "libsemigroups/detail/containers.hpp" // for StaticVector1

namespace libsemigroups {
//! \defgroup adapters_bmat_group Adapters for BMat
//!
Expand Down

0 comments on commit 470ff03

Please sign in to comment.