summaryrefslogtreecommitdiff
path: root/src/common/Clock.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/Clock.cc')
-rw-r--r--src/common/Clock.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/common/Clock.cc b/src/common/Clock.cc
index 9b6554a8e9d..a6e23d509fa 100644
--- a/src/common/Clock.cc
+++ b/src/common/Clock.cc
@@ -12,13 +12,10 @@
*
*/
-
-#include "common/Clock.h"
#include "common/ceph_context.h"
#include "common/config.h"
-#include "include/utime.h"
-#include <time.h>
+#include "Clock.h"
utime_t ceph_clock_now(CephContext *cct)
{