mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 09:00:35 +00:00
Introduce raft/raft_fwd.hh for the lightweight raft ID and term types and use it in headers that do not need raft/raft.hh. Also remove a few other heavy transitive includes from storage_service.hh and locator/tablets.hh and add direct includes in source files that still need the full definitions.