diff options
author | Sven Gothel <[email protected]> | 2022-08-05 11:27:47 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-08-05 11:27:47 +0200 |
commit | 06f8c7c46da021c112baa34353ace2a19234d3e1 (patch) | |
tree | 49a2025e070abff7e7a2b7bb7910ce8f89e9fb56 /include/jau/cow_iterator.hpp | |
parent | d05fdc4fe97fe7e76a1b8f76263fc3081c0d9c30 (diff) |
jau::cow_iterator<>: Don't include iostream
Diffstat (limited to 'include/jau/cow_iterator.hpp')
-rw-r--r-- | include/jau/cow_iterator.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/jau/cow_iterator.hpp b/include/jau/cow_iterator.hpp index 84d80a3..cd58efe 100644 --- a/include/jau/cow_iterator.hpp +++ b/include/jau/cow_iterator.hpp @@ -31,7 +31,6 @@ #include <utility> #include <type_traits> -#include <iostream> #include <jau/cpp_lang_util.hpp> #include <jau/debug.hpp> |