code: Reduce tracing/*hh fanout
There are some headers that include tracing/*.hh ones despite all they need is forward-declared trace_state_ptr Signed-off-by: Pavel Emelyanov <xemul@scylladb.com> Closes #14155
This commit is contained in:
committed by
Avi Kivity
parent
b9a30dd5ac
commit
c68c154fb6
@@ -14,13 +14,14 @@
|
||||
#include "mutation/mutation_fragment.hh"
|
||||
#include "query-request.hh"
|
||||
#include "schema/schema_fwd.hh"
|
||||
#include "tracing/tracing.hh"
|
||||
|
||||
#include <boost/range/iterator_range.hpp>
|
||||
|
||||
#include <iterator>
|
||||
#include <memory>
|
||||
|
||||
namespace tracing { class trace_state_ptr; }
|
||||
|
||||
namespace db::view {
|
||||
|
||||
// Allows a user to query the views_builds_in_progress system table
|
||||
|
||||
Reference in New Issue
Block a user