Skip to content

Commit cacc96d

Browse files
Remove #includes from tpp files
1 parent 01adb92 commit cacc96d

5 files changed

Lines changed: 0 additions & 10 deletions

File tree

include/libsemigroups/froidure-pin.tpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
// This file contains implementations of the member functions for the
2020
// FroidurePin class.
2121

22-
#include "libsemigroups/detail/fmt.hpp"
23-
#include "libsemigroups/detail/report.hpp"
24-
2522
namespace libsemigroups {
2623

2724
////////////////////////////////////////////////////////////////////////

include/libsemigroups/presentation.tpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
// This file contains the implementation of a class template for semigroup or
2020
// monoid presentations.
2121

22-
#include "libsemigroups/exception.hpp"
2322
namespace libsemigroups {
2423
namespace detail {
2524
template <typename Word>

include/libsemigroups/stephen.tpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
// This file contains the implementation of the Stephen class template.
2020

21-
#include "libsemigroups/detail/report.hpp"
2221
namespace libsemigroups {
2322

2423
template <typename PresentationType>

include/libsemigroups/to-todd-coxeter.tpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
// along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
//
1818

19-
#include "libsemigroups/exception.hpp"
2019
namespace libsemigroups {
2120
template <typename Result, typename Node>
2221
auto to(congruence_kind knd, FroidurePinBase& fpb, WordGraph<Node> const& wg)

include/libsemigroups/word-graph.tpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@
2121

2222
// TODO(1) re-order to be in alphabetical order
2323

24-
#include "libsemigroups/exception.hpp"
25-
#include "libsemigroups/matrix.hpp"
26-
#include "libsemigroups/word-graph.hpp"
27-
2824
namespace libsemigroups {
2925

3026
//////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)