From: Radoslaw Zarzynski Date: Tue, 14 Sep 2021 16:37:15 +0000 (+0000) Subject: crush: clean the header inclusion order in CrushLocation.cc. X-Git-Tag: v17.1.0~724^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ee7780e0cfc806986490e1831029b1ac21504381;p=ceph.git crush: clean the header inclusion order in CrushLocation.cc. Signed-off-by: Radoslaw Zarzynski --- diff --git a/src/crush/CrushLocation.cc b/src/crush/CrushLocation.cc index 05b36d810e7c..fa475fa53e7c 100644 --- a/src/crush/CrushLocation.cc +++ b/src/crush/CrushLocation.cc @@ -1,20 +1,18 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab -#include "include/compat.h" +#include + #include "CrushLocation.h" #include "CrushWrapper.h" +#include "common/SubProcess.h" #include "common/ceph_context.h" #include "common/config.h" -#include "include/str_list.h" #include "common/debug.h" #include "common/errno.h" #include "include/common_fwd.h" #include "include/compat.h" - -#include "common/SubProcess.h" - -#include +#include "include/str_list.h" namespace TOPNSPC::crush {