mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-20 08:30:35 +00:00
Add explicit #include for utils/exceptions.hh which was previously available transitively through db/config.hh -> abstract_replication_strategy.hh. This prepares for removing the heavy abstract_replication_strategy.hh include from db/config.hh in a follow-up commit. Speedup: prerequisite for config.hh include chain reduction (measured -5.8% wall-clock combined with all changes in this series, same-session A/B: 16m14s -> 15m17s at -j16).