Skip to content

Commit

Permalink
replica: do not include unused headers
Browse files Browse the repository at this point in the history
Signed-off-by: Kefu Chai <[email protected]>
  • Loading branch information
tchaikov committed Dec 3, 2024
1 parent da5d62b commit 3d67bb1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion replica/compaction_group.hh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

#include <seastar/core/condition-variable.hh>
#include <seastar/core/gate.hh>
#include <seastar/core/rwlock.hh>

#include "database_fwd.hh"
#include "compaction/compaction_descriptor.hh"
Expand Down
4 changes: 0 additions & 4 deletions replica/distributed_loader.hh
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,10 @@
#pragma once


#include <seastar/core/future.hh>
#include <seastar/core/distributed.hh>
#include <seastar/core/sstring.hh>
#include <seastar/core/file.hh>
#include <seastar/util/bool_class.hh>
#include <vector>
#include <functional>
#include <filesystem>
#include "seastarx.hh"
#include "compaction/compaction_descriptor.hh"
#include "db/system_keyspace.hh"
Expand Down
1 change: 0 additions & 1 deletion replica/exceptions.hh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include <seastar/core/abort_source.hh>
#include <seastar/core/format.hh>
#include <seastar/core/sstring.hh>
#include <seastar/core/timed_out_error.hh>

namespace replica {

Expand Down
2 changes: 0 additions & 2 deletions replica/tablets.hh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
#pragma once

#include "types/types.hh"
#include "types/tuple.hh"
#include "types/list.hh"
#include "timestamp.hh"
#include "locator/tablets.hh"
#include "schema/schema_fwd.hh"
Expand Down

0 comments on commit 3d67bb1

Please sign in to comment.