]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/osd: remove duplicate include of main_config_bootstrap_helpers.h
authorKefu Chai <k.chai@proxmox.com>
Sun, 29 Mar 2026 11:40:05 +0000 (19:40 +0800)
committerKefu Chai <k.chai@proxmox.com>
Tue, 31 Mar 2026 22:47:54 +0000 (06:47 +0800)
The header was included twice in main_config_bootstrap_helpers.cc.
The second inclusion is redundant due to #pragma once.

Signed-off-by: Kefu Chai <k.chai@proxmox.com>
src/crimson/osd/main_config_bootstrap_helpers.cc

index bfc8ff2dbd46ba0a3eb0bc8dc7302f64f5a14d21..614e61773e38d6fc598c548aeb58178f2ece4072 100644 (file)
@@ -21,7 +21,6 @@
 #include "crimson/common/perf_counters_collection.h"
 #include "crimson/mon/MonClient.h"
 #include "crimson/net/Messenger.h"
-#include "crimson/osd/main_config_bootstrap_helpers.h"
 
 #include <sys/wait.h> // for waitpid()