summaryrefslogtreecommitdiff
path: root/src/common/Mutex.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/Mutex.cc')
-rw-r--r--src/common/Mutex.cc9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/common/Mutex.cc b/src/common/Mutex.cc
index 235086470a7..faffbc346e6 100644
--- a/src/common/Mutex.cc
+++ b/src/common/Mutex.cc
@@ -11,16 +11,17 @@
* Foundation. See file COPYING.
*
*/
-using namespace std;
#include <string>
-#include "common/Mutex.h"
+#include "include/utime.h"
#include "common/perf_counters.h"
-#include "common/ceph_context.h"
#include "common/config.h"
-#include "include/utime.h"
#include "common/Clock.h"
+#include "Mutex.h"
+
+using namespace std;
+
Mutex::Mutex(const char *n, bool r, bool ld,
bool bt,
CephContext *cct) :