diff options
author | Sven Gothel <[email protected]> | 2022-12-09 04:03:44 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-12-09 04:03:44 +0100 |
commit | 85a783de4e900e0ec086b3536e92b7c3e71ee7a4 (patch) | |
tree | 7aabb1d911ef1dc6e8b653d21026c0aab13ef9e0 /include/jau/cow_iterator.hpp | |
parent | 46fbb6ff6336ce270dbc7c2c8f4f51230b94159e (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.hpp | 1 |
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> |