tree: remove mutation_reader.hh include

In most files it was unused. We should move these to the patch which
moved out the last interesting reader from mutation_reader.hh (and added
the corresponding new header include) but its probably not worth the
effort.
Some other files still relied on mutation_reader.hh to provide reader
concurrency semaphore and some other misc reader related definitions.
This commit is contained in:
Botond Dénes
2022-03-29 12:44:26 +03:00
parent 20c9e556e1
commit b029bd3db7
28 changed files with 5 additions and 27 deletions

View File

@@ -12,7 +12,6 @@
#include "dht/i_partitioner.hh"
#include "readers/flat_mutation_reader_v2.hh"
#include "mutation_fragment.hh"
#include "mutation_reader.hh"
#include "query-request.hh"
#include "schema_fwd.hh"
#include "tracing/tracing.hh"