diff options
Diffstat (limited to 'src/range/slice.tcc')
-rw-r--r-- | src/range/slice.tcc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/range/slice.tcc b/src/range/slice.tcc index 3a1ceb5..f3406ee 100644 --- a/src/range/slice.tcc +++ b/src/range/slice.tcc @@ -19,8 +19,6 @@ #include <cassert> -#include <algorithm> - // simple pointer-wrapping iterator template<class T> class Slice<T>::iterator |