summaryrefslogtreecommitdiff
path: root/src/common/Throttle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/Throttle.h')
-rw-r--r--src/common/Throttle.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/common/Throttle.h b/src/common/Throttle.h
index e1fbcb494c7..8ff2c13b6a7 100644
--- a/src/common/Throttle.h
+++ b/src/common/Throttle.h
@@ -1,10 +1,11 @@
#ifndef CEPH_THROTTLE_H
#define CEPH_THROTTLE_H
-#include "Mutex.h"
-#include "Cond.h"
#include <list>
+
#include "include/atomic.h"
+#include "common/Mutex.h"
+#include "common/Cond.h"
class CephContext;
class PerfCounters;