mon/MonMap: include cleanup

Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
This commit is contained in:
Max Kellermann 2024-11-14 10:51:48 +01:00
parent 8a4d9f5bf5
commit 379f056793
2 changed files with 8 additions and 4 deletions

View File

@ -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 <iosfwd>
#include <map>
#include <set>
#include <string>
#include <vector>
class health_check_map_t;

View File

@ -23,6 +23,7 @@
#include <sstream>
#include "common/config.h"
#include "common/cmdparse.h"
#include "crush/CrushWrapper.h"
#include "include/ceph_assert.h"
#include "include/stringify.h"