mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
<iterator> was introduced back in1cf02cb9d8, but lexicographical_compare.hh was extracted out inbdfc0aa748, since we don't have any users of <iterator> in types.hh anymore, let's remove it. Signed-off-by: Kefu Chai <kefu.chai@scylladb.com> Closes #13327