summaryrefslogtreecommitdiff
path: root/src/common/Mutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/Mutex.h')
-rw-r--r--src/common/Mutex.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/Mutex.h b/src/common/Mutex.h
index 06e435d49df..cf81dfd514e 100644
--- a/src/common/Mutex.h
+++ b/src/common/Mutex.h
@@ -15,12 +15,12 @@
#ifndef CEPH_MUTEX_H
#define CEPH_MUTEX_H
+#include <pthread.h>
+
#include "include/assert.h"
-#include "lockdep.h"
+#include "common/lockdep.h"
#include "common/ceph_context.h"
-#include <pthread.h>
-
using namespace ceph;
class PerfCounters;