dht: remove unused #includes

these unused includes are identified by clang-include-cleaner.
after auditing the source files, all of the reports have been
confirmed.

Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>
This commit is contained in:
Kefu Chai
2024-10-23 17:41:34 +08:00
parent cc3953e504
commit 8d1b3223ab
3 changed files with 2 additions and 3 deletions

View File

@@ -19,7 +19,6 @@
#include "dht/token.hh"
#include "dht/token-sharding.hh"
#include "dht/decorated_key.hh"
#include "dht/ring_position.hh"
#include "utils/maybe_yield.hh"
namespace dht {

View File

@@ -9,7 +9,7 @@
#pragma once
#include "i_partitioner.hh"
#include "bytes.hh"
#include "bytes_fwd.hh"
namespace dht {

View File

@@ -8,7 +8,7 @@
#pragma once
#include "bytes.hh"
#include "bytes_fwd.hh"
#include "types/types.hh"
#include <limits>