summaryrefslogtreecommitdiff
path: root/src/common/Clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/Clock.h')
-rw-r--r--src/common/Clock.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/Clock.h b/src/common/Clock.h
index bdcb0d15530..42e36eca57c 100644
--- a/src/common/Clock.h
+++ b/src/common/Clock.h
@@ -15,10 +15,10 @@
#ifndef CEPH_CLOCK_H
#define CEPH_CLOCK_H
-#include "include/utime.h"
-
#include <time.h>
+#include "include/utime.h"
+
class CephContext;
extern utime_t ceph_clock_now(CephContext *cct);