mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 19:21:01 +00:00
instead of reinventing the wheel, let's use the existing one. in this change, we trade the `div_ceil()` implementated in s3/client.cc for the existing one in utils/div_ceil.hh . because we are not using `std::lldiv()` anymore, the corresponding `#include <cstdlib>` is dropped. Signed-off-by: Kefu Chai <kefu.chai@scylladb.com> Closes scylladb/scylladb#20000