aboutsummaryrefslogtreecommitdiffstats
path: root/include/jau/cow_iterator.hpp
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2022-12-09 04:03:44 +0100
committerSven Gothel <[email protected]>2022-12-09 04:03:44 +0100
commit85a783de4e900e0ec086b3536e92b7c3e71ee7a4 (patch)
tree7aabb1d911ef1dc6e8b653d21026c0aab13ef9e0 /include/jau/cow_iterator.hpp
parent46fbb6ff6336ce270dbc7c2c8f4f51230b94159e (diff)
Remove erroneous <utility> include from previous clang-tidy session
Diffstat (limited to 'include/jau/cow_iterator.hpp')
-rw-r--r--include/jau/cow_iterator.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/jau/cow_iterator.hpp b/include/jau/cow_iterator.hpp
index 8251a26..837cb7c 100644
--- a/include/jau/cow_iterator.hpp
+++ b/include/jau/cow_iterator.hpp
@@ -28,7 +28,6 @@
#include <cstddef>
#include <limits>
#include <mutex>
-#include <utility>
#include <type_traits>