From 012764717c72ade3eefbd478ccecfce7673b79a3 Mon Sep 17 00:00:00 2001 From: luo rixin Date: Thu, 4 May 2023 20:12:04 +0800 Subject: [PATCH] crush/CrushLocation: remove unused header file Signed-off-by: luo rixin --- src/crush/CrushLocation.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/crush/CrushLocation.cc b/src/crush/CrushLocation.cc index 834e7b869c6..eccffc8fed5 100644 --- a/src/crush/CrushLocation.cc +++ b/src/crush/CrushLocation.cc @@ -5,9 +5,6 @@ #include "CrushLocation.h" #include "CrushWrapper.h" -#if defined(WITH_SEASTAR) && !defined(WITH_ALIEN) -#include "common/SubProcess.h" -#endif #include "common/ceph_context.h" #include "common/config.h" #include "common/debug.h" -- 2.39.5