Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
*
*/
-#include "include/compat.h"
#include "common/common_init.h"
#include "common/admin_socket.h"
#include "common/ceph_argparse.h"
#include "common/strtol.h"
#include "common/valgrind.h"
#include "common/zipkin_trace.h"
+#include "include/compat.h"
+#include "log/Log.h"
#define dout_subsys ceph_subsys_
#ifndef CEPH_COMMON_INIT_H
#define CEPH_COMMON_INIT_H
-#include <deque>
-
#include "include/common_fwd.h"
#include "common/code_environment.h"
+#include <string>
+
enum common_init_flags_t {
// Set up defaults that make sense for an unprivileged daemon
CINIT_FLAG_UNPRIVILEGED_DAEMON_DEFAULTS = 0x1,