]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/ClusterState: move own header to the top
authorMax Kellermann <max.kellermann@ionos.com>
Tue, 29 Oct 2024 09:12:25 +0000 (10:12 +0100)
committerMax Kellermann <max.kellermann@ionos.com>
Fri, 7 Feb 2025 15:01:02 +0000 (16:01 +0100)
This allows verifying the header's dependencies.

Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
src/mgr/ClusterState.cc

index 6b106268efc48737187de5187ccd1fd07322650d..0ab745a70f89494286c5d4075282d4a7fe788829 100644 (file)
  * Foundation.  See file COPYING.
  */
 
+#include "mgr/ClusterState.h"
 #include "messages/MMgrDigest.h"
 #include "messages/MMonMgrReport.h"
 #include "messages/MPGStats.h"
 
-#include "mgr/ClusterState.h"
 #include <time.h>
 #include <boost/range/adaptor/reversed.hpp>