summaryrefslogtreecommitdiff
path: root/src/common/Throttle.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/Throttle.cc')
-rw-r--r--src/common/Throttle.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/Throttle.cc b/src/common/Throttle.cc
index 796f0c5c4fc..758178d835c 100644
--- a/src/common/Throttle.cc
+++ b/src/common/Throttle.cc
@@ -1,9 +1,9 @@
-
-#include "common/Throttle.h"
#include "common/debug.h"
#include "common/ceph_context.h"
#include "common/perf_counters.h"
+#include "Throttle.h"
+
#define dout_subsys ceph_subsys_throttle
#undef dout_prefix