From 327b3de54eeca80d84fc4cd2da1b2917aca9b791 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 29 Oct 2024 10:12:25 +0100 Subject: [PATCH] mgr/ClusterState: move own header to the top This allows verifying the header's dependencies. Signed-off-by: Max Kellermann --- src/mgr/ClusterState.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mgr/ClusterState.cc b/src/mgr/ClusterState.cc index 6b106268efc48..0ab745a70f894 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 -- 2.39.5