]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
common/Throttle: include cleanup
authorMax Kellermann <max.kellermann@ionos.com>
Tue, 29 Oct 2024 12:13:52 +0000 (13:13 +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/Throttle.cc
src/common/Throttle.h

index 7af9402795c5cdfdbcd177bca81c7e9f3f3f20e8..c3017783af9c0e1b9641572e9eee78702bc29dd0 100644 (file)
@@ -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"
 
index fb5d949b438bdaebd4870cd1c054812235d7f16c..fdafb07647585a92b0ef47e31841bd1fcac8aa4b 100644 (file)
@@ -6,6 +6,7 @@
 
 #include <atomic>
 #include <chrono>
+#include <condition_variable>
 #include <iosfwd>
 #include <list>
 #include <map>
@@ -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