From: Max Kellermann Date: Fri, 1 Nov 2024 09:31:49 +0000 (+0100) Subject: common/ceph_argparse: include cleanup X-Git-Tag: v20.0.0~283^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=623cda098588fa0b3fc37662434ddb019bc38548;p=ceph.git common/ceph_argparse: include cleanup Signed-off-by: Max Kellermann --- diff --git a/src/common/ceph_argparse.cc b/src/common/ceph_argparse.cc index ad12e0b6764..f9914787e93 100644 --- a/src/common/ceph_argparse.cc +++ b/src/common/ceph_argparse.cc @@ -11,15 +11,18 @@ * Foundation. See file COPYING. * */ +#include "common/ceph_argparse.h" + #include #include "auth/Auth.h" -#include "common/ceph_argparse.h" #include "common/config.h" #include "common/strtol.h" // for strict_strtof() #include "common/version.h" #include "include/str_list.h" +#include + /* * Ceph argument parsing library * diff --git a/src/common/ceph_argparse.h b/src/common/ceph_argparse.h index 5a160dd0b79..6ae0bbe0f55 100644 --- a/src/common/ceph_argparse.h +++ b/src/common/ceph_argparse.h @@ -23,11 +23,13 @@ * stuff to live. */ +#include #include #include #include "common/entity_name.h" #include "include/encoding.h" +#include "msg/msg_types.h" // for struct entity_addr_t class entity_addrvec_t;