]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
common/ceph_argparse: include cleanup
authorMax Kellermann <max.kellermann@ionos.com>
Fri, 1 Nov 2024 09:31:49 +0000 (10:31 +0100)
committerMax Kellermann <max.kellermann@ionos.com>
Mon, 9 Dec 2024 21:51:33 +0000 (22:51 +0100)
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
src/common/ceph_argparse.cc
src/common/ceph_argparse.h

index ad12e0b67641ba025931ec5215fbe3bfc1c4f7d1..f9914787e93ab72d71735c8abb160e266e84d8ca 100644 (file)
  * Foundation.  See file COPYING.
  *
  */
+#include "common/ceph_argparse.h"
+
 #include <stdarg.h>
 
 #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 <sstream>
+
 /*
  * Ceph argument parsing library
  *
index 5a160dd0b797e62ee92ab4bf890b9e8c102067db..6ae0bbe0f5592f7535dfded01bccde7e3914f61f 100644 (file)
  * stuff to live.
  */
 
+#include <iosfwd>
 #include <string>
 #include <vector>
 
 #include "common/entity_name.h"
 #include "include/encoding.h"
+#include "msg/msg_types.h" // for struct entity_addr_t
 
 class entity_addrvec_t;