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:
Kefu Chai
2024-01-23 20:07:42 +08:00
committed by Botond Dénes
parent 8f38bd5376
commit abb12979f8
2 changed files with 0 additions and 4 deletions

View File

@@ -7,8 +7,6 @@
*/
#pragma once
#include <ostream>
#include <functional>
#include "utils/UUID.hh"
#include "utils/tagged_integer.hh"

View File

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