]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mon/Paxos: include cleanup
authorMax Kellermann <max.kellermann@ionos.com>
Mon, 28 Oct 2024 21:09:16 +0000 (22:09 +0100)
committerMax Kellermann <max.kellermann@ionos.com>
Thu, 13 Feb 2025 09:34:05 +0000 (10:34 +0100)
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
src/mon/Paxos.cc

index 21f244239c5e786536fff56ffeb5d465cdfcd6b4..5d2a12a1a1defcedb33dd99f9cf594393b0706e7 100644 (file)
@@ -12,7 +12,6 @@
  * 
  */
 
-#include <sstream>
 #include "Paxos.h"
 #include "Monitor.h"
 #include "messages/MMonPaxos.h"
 #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;