From: Max Kellermann Date: Tue, 29 Oct 2024 09:12:25 +0000 (+0100) Subject: mgr/ClusterState: move own header to the top X-Git-Tag: v20.0.0~189^2~13 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=327b3de54eeca80d84fc4cd2da1b2917aca9b791;p=ceph.git mgr/ClusterState: move own header to the top This allows verifying the header's dependencies. Signed-off-by: Max Kellermann --- diff --git a/src/mgr/ClusterState.cc b/src/mgr/ClusterState.cc index 6b106268efc..0ab745a70f8 100644 --- a/src/mgr/ClusterState.cc +++ b/src/mgr/ClusterState.cc @@ -11,11 +11,11 @@ * 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 #include