Skip to content

Commit 4af51a1

Browse files
Joseph-Edwardsjames-d-mitchell
authored andcommitted
Rename words.hpp -> word-range.hpp
1 parent 46e40ec commit 4af51a1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/ranges.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121

2222
// libsemigroups....
2323

24-
#include <libsemigroups/paths.hpp> // for Paths
25-
#include <libsemigroups/words.hpp> // for ToWord, ToString, WordRange...
24+
#include <libsemigroups/paths.hpp> // for Paths
25+
#include <libsemigroups/word-range.hpp> // for ToWord, ToString, WordRange...
2626

2727
// pybind11....
2828
#include <pybind11/pybind11.h> // for make_iterator, module

src/words.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626

2727
// libsemigroups....
2828

29-
#include <libsemigroups/paths.hpp> // for Path
30-
#include <libsemigroups/types.hpp> // for word_type
31-
#include <libsemigroups/words.hpp> // for number_of_words
29+
#include <libsemigroups/paths.hpp> // for Path
30+
#include <libsemigroups/types.hpp> // for word_type
31+
#include <libsemigroups/word-range.hpp> // for number_of_words
3232

3333
// pybind11....
3434
#include <pybind11/complex.h>

0 commit comments

Comments
 (0)