From: Max Kellermann Date: Mon, 28 Oct 2024 21:09:16 +0000 (+0100) Subject: mon/Paxos: include cleanup X-Git-Tag: testing/wip-pdonnell-testing-20250217.184135-debug~10^2~7 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=b7198fc6ebf1d495830818c9f9b4b1a1114cfcc7;p=ceph-ci.git mon/Paxos: include cleanup Signed-off-by: Max Kellermann --- diff --git a/src/mon/Paxos.cc b/src/mon/Paxos.cc index 21f244239c5..5d2a12a1a1d 100644 --- a/src/mon/Paxos.cc +++ b/src/mon/Paxos.cc @@ -12,7 +12,6 @@ * */ -#include #include "Paxos.h" #include "Monitor.h" #include "messages/MMonPaxos.h" @@ -24,6 +23,12 @@ #include "common/Timer.h" #include "messages/PaxosServiceMessage.h" +#if defined(WITH_SEASTAR) && !defined(WITH_ALIEN) +#include "crimson/common/perf_counters_collection.h" +#else +#include "common/perf_counters_collection.h" +#endif + using std::string; using std::unique_lock;