raft: 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#17011
This commit is contained in:
@@ -7,8 +7,6 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include <ostream>
|
||||
#include <functional>
|
||||
#include "utils/UUID.hh"
|
||||
#include "utils/tagged_integer.hh"
|
||||
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
#include <vector>
|
||||
#include <unordered_set>
|
||||
#include <functional>
|
||||
#include <source_location>
|
||||
#include <boost/container/deque.hpp>
|
||||
#include <seastar/core/lowres_clock.hh>
|
||||
#include <seastar/core/future.hh>
|
||||
@@ -18,7 +17,6 @@
|
||||
#include <seastar/util/source_location-compat.hh>
|
||||
#include <seastar/core/abort_source.hh>
|
||||
#include "bytes_ostream.hh"
|
||||
#include "utils/UUID.hh"
|
||||
#include "internal.hh"
|
||||
#include "logical_clock.hh"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user