mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-23 16:22:15 +00:00
Currently the header includes storage_proxy.hh and spreads this over the code via raft_group0_client.hh -> group0_state_machine.hh -> lang.hh Forward declaring proxy class it eliminates ~100 indirect dependencies on storage_proxy.hh via this chain. Signed-off-by: Pavel Emelyanov <xemul@scylladb.com> Closes #12241