From: Max Kellermann Date: Tue, 29 Oct 2024 12:13:52 +0000 (+0100) Subject: common/Throttle: include cleanup X-Git-Tag: v20.0.0~283^2~11 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9de0e6b279640c806088862b9c2f4d2d9639e1b8;p=ceph.git common/Throttle: include cleanup Signed-off-by: Max Kellermann --- diff --git a/src/common/Throttle.cc b/src/common/Throttle.cc index 7af9402795c5..c3017783af9c 100644 --- a/src/common/Throttle.cc +++ b/src/common/Throttle.cc @@ -1,9 +1,10 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab +#include "common/Throttle.h" + #include "include/scope_guard.h" -#include "common/Throttle.h" #include "common/ceph_time.h" #include "common/perf_counters.h" diff --git a/src/common/Throttle.h b/src/common/Throttle.h index fb5d949b438b..fdafb0764758 100644 --- a/src/common/Throttle.h +++ b/src/common/Throttle.h @@ -6,6 +6,7 @@ #include #include +#include #include #include #include @@ -14,7 +15,6 @@ #include "include/Context.h" #include "common/ThrottleInterface.h" #include "common/Timer.h" -#include "common/convenience.h" #if defined(WITH_SEASTAR) && !defined(WITH_ALIEN) #include "crimson/common/perf_counters_collection.h" #else