mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-04 14:03:06 +00:00
`db/query_context.hh` contains the declaration of class `db::query_context`. but `replica/table.cc` does not use or need `db::query_context`. so, in this change, the `#include` is removed. Signed-off-by: Kefu Chai <kefu.chai@scylladb.com> Closes #14717