From: Max Kellermann Date: Fri, 15 Aug 2025 09:59:12 +0000 (+0200) Subject: mon/OSDMonitor: include cleanup X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7fdb750acaafd37ef0dc700345f2c3240230e65b;p=ceph.git mon/OSDMonitor: include cleanup Signed-off-by: Max Kellermann --- diff --git a/src/mon/OSDMonitor.cc b/src/mon/OSDMonitor.cc index 66a2f4f763da..c47637bf0f4d 100644 --- a/src/mon/OSDMonitor.cc +++ b/src/mon/OSDMonitor.cc @@ -60,11 +60,14 @@ #include "messages/MMonGetPurgedSnaps.h" #include "messages/MMonGetPurgedSnapsReply.h" +#include "msg/Messenger.h" + #include "common/JSONFormatter.h" #include "common/TextTable.h" #include "common/Timer.h" #include "common/ceph_argparse.h" #include "common/perf_counters.h" +#include "common/prime.h" #include "common/PriorityCache.h" #include "common/strtol.h" #include "common/numa.h" diff --git a/src/mon/OSDMonitor.h b/src/mon/OSDMonitor.h index 7ee1a6da7692..2f4e832db738 100644 --- a/src/mon/OSDMonitor.h +++ b/src/mon/OSDMonitor.h @@ -31,8 +31,6 @@ #include "include/encoding.h" #include "common/simple_cache.hpp" #include "common/PriorityCache.h" -#include "msg/Messenger.h" -#include "common/prime.h" #include "osd/OSDMap.h" #include "osd/OSDMapMapping.h"