tracing: do not include unused headers
these unused includes were identified by clangd. see https://clangd.llvm.org/guides/include-cleaner#unused-include-warning for more details on the "Unused include" warning. Signed-off-by: Kefu Chai <kefu.chai@scylladb.com> Closes scylladb/scylladb#16925
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include <tuple>
|
||||
#include <seastar/core/gate.hh>
|
||||
#include <seastar/core/metrics_registration.hh>
|
||||
#include "tracing/tracing.hh"
|
||||
|
||||
@@ -10,14 +10,10 @@
|
||||
#include <chrono>
|
||||
#include "cql3/statements/prepared_statement.hh"
|
||||
#include "tracing/trace_state.hh"
|
||||
#include "tracing/trace_keyspace_helper.hh"
|
||||
#include "service/storage_proxy.hh"
|
||||
#include "utils/to_string.hh"
|
||||
#include "timestamp.hh"
|
||||
|
||||
#include "cql3/values.hh"
|
||||
#include "cql3/query_options.hh"
|
||||
#include "utils/UUID_gen.hh"
|
||||
|
||||
namespace tracing {
|
||||
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <deque>
|
||||
#include <unordered_set>
|
||||
#include <seastar/util/lazy.hh>
|
||||
#include <seastar/core/weak_ptr.hh>
|
||||
#include <seastar/core/checked_ptr.hh>
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
#include <atomic>
|
||||
#include <random>
|
||||
#include <seastar/core/sharded.hh>
|
||||
#include <seastar/core/sstring.hh>
|
||||
|
||||
Reference in New Issue
Block a user