Files
scylladb/replica
Kefu Chai 18166e0e43 sstable: do not include unused header
`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
2023-07-17 11:47:02 +03:00
..
2023-02-15 11:01:50 +02:00
2023-05-12 07:26:18 -04:00
2023-07-17 11:47:02 +03:00