mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-09-13 06:04:42 +02:00
Now that clamping to std::numeric_limits<size_t>::max() is removed, the limits include is no longer needed. Similarly after changing size_t -> u64, the cstddef include needs to be replaced by cstdint.