mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-26 19:35:12 +00:00
Add explicit #include directives for headers that are currently available transitively through cql3/query_processor.hh but will stop being available after a subsequent refactoring that removes the loading_cache include chain. Files changed: - cql3/statements/drop_keyspace_statement.cc: add unimplemented.hh - cql3/statements/truncate_statement.cc: add unimplemented.hh - cql3/statements/batch_statement.cc: add result_message.hh - cql3/statements/broadcast_modification_statement.cc: add result_message.hh - service/paxos/paxos_state.cc: add result_message.hh - test/lib/cql_test_env.cc: add result_message.hh - table_helper.cc: add result_message.hh No functional change. Prepares for subsequent query_processor.hh cleanup.