Skip to content

Commit c31641f

Browse files
Joseph-Edwardsjames-d-mitchell
authored andcommitted
Delete unneeded commented includes
1 parent 599e4a1 commit c31641f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/schreier-sims.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919

2020
// TODO(0) Check types
2121

22-
// C std headers....
23-
// TODO complete or delete
24-
2522
// C++ stl headers....
2623
#include <memory> // for allocator, make_unique, unique_ptr
2724

@@ -31,10 +28,6 @@
3128

3229
// pybind11....
3330
#include <pybind11/pybind11.h>
34-
// #include <pybind11/chrono.h>
35-
// #include <pybind11/functional.h>
36-
// #include <pybind11/stl.h>
37-
// TODO uncomment/delete
3831

3932
// libsemigroups_pybind11....
4033
#include "main.hpp" // for init_schreier_sims

0 commit comments

Comments
 (0)