summaryrefslogtreecommitdiff
path: root/src/common/Cond.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/Cond.h')
-rw-r--r--src/common/Cond.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/common/Cond.h b/src/common/Cond.h
index ee95a65b5b6..360a2722862 100644
--- a/src/common/Cond.h
+++ b/src/common/Cond.h
@@ -16,14 +16,12 @@
#ifndef CEPH_COND_H
#define CEPH_COND_H
+#include <pthread.h>
#include <time.h>
-#include "Mutex.h"
-#include "Clock.h"
-
#include "include/Context.h"
-
-#include <pthread.h>
+#include "common/Mutex.h"
+#include "common/Clock.h"
class Cond {
// my bits