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:
Pavel Emelyanov
2023-06-06 14:24:14 +03:00
committed by Avi Kivity
parent b9a30dd5ac
commit c68c154fb6
6 changed files with 14 additions and 6 deletions

View File

@@ -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