From: Max Kellermann Date: Thu, 14 Nov 2024 09:51:48 +0000 (+0100) Subject: mon/MonMap: include cleanup X-Git-Tag: testing/wip-pdonnell-testing-20250217.184135-debug~10^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=379f05679322755fc81527e3ec566442e25066dd;p=ceph-ci.git mon/MonMap: include cleanup Signed-off-by: Max Kellermann --- diff --git a/src/mon/MonMap.h b/src/mon/MonMap.h index 34f160c1ffd..dcdc2f531ab 100644 --- a/src/mon/MonMap.h +++ b/src/mon/MonMap.h @@ -21,12 +21,15 @@ #include "common/config_fwd.h" #include "common/ceph_releases.h" +#include "include/uuid.h" // for uuid_d -#include "include/err.h" -#include "include/types.h" +#include "mon/mon_types.h" // for mon_feature_t -#include "mon/mon_types.h" -#include "msg/Message.h" +#include +#include +#include +#include +#include class health_check_map_t; diff --git a/src/mon/MonmapMonitor.cc b/src/mon/MonmapMonitor.cc index 732238f4358..61942da6d8e 100644 --- a/src/mon/MonmapMonitor.cc +++ b/src/mon/MonmapMonitor.cc @@ -23,6 +23,7 @@ #include #include "common/config.h" #include "common/cmdparse.h" +#include "crush/CrushWrapper.h" #include "include/ceph_assert.h" #include "include/stringify.h"