Skip to content

Commit

Permalink
Rename words.hpp -> word-range.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph-Edwards authored and james-d-mitchell committed Dec 16, 2024
1 parent 46e40ec commit 4af51a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/ranges.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

// libsemigroups....

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

// pybind11....
#include <pybind11/pybind11.h> // for make_iterator, module
Expand Down
6 changes: 3 additions & 3 deletions src/words.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@

// libsemigroups....

#include <libsemigroups/paths.hpp> // for Path
#include <libsemigroups/types.hpp> // for word_type
#include <libsemigroups/words.hpp> // for number_of_words
#include <libsemigroups/paths.hpp> // for Path
#include <libsemigroups/types.hpp> // for word_type
#include <libsemigroups/word-range.hpp> // for number_of_words

// pybind11....
#include <pybind11/complex.h>
Expand Down

0 comments on commit 4af51a1

Please sign in to comment.