summaryrefslogtreecommitdiffstats
path: root/src/common/mutex_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/mutex_debug.h')
-rw-r--r--src/common/mutex_debug.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/common/mutex_debug.h b/src/common/mutex_debug.h
index 551e284c3ac..4a0c2cbb447 100644
--- a/src/common/mutex_debug.h
+++ b/src/common/mutex_debug.h
@@ -21,14 +21,12 @@
#include <pthread.h>
#include "include/ceph_assert.h"
+#include "include/common_fwd.h"
#include "ceph_time.h"
#include "likely.h"
#include "lockdep.h"
-class CephContext;
-class PerfCounters;
-
namespace ceph {
namespace mutex_debug_detail {