summaryrefslogtreecommitdiff
path: root/src/common/Timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/Timer.h')
-rw-r--r--src/common/Timer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/Timer.h b/src/common/Timer.h
index 40d5015e18b..de89de60e80 100644
--- a/src/common/Timer.h
+++ b/src/common/Timer.h
@@ -15,11 +15,11 @@
#ifndef CEPH_TIMER_H
#define CEPH_TIMER_H
-#include "Cond.h"
-#include "Mutex.h"
-
#include <map>
+#include "common/Cond.h"
+#include "common/Mutex.h"
+
class CephContext;
class Context;
class SafeTimerThread;