summaryrefslogtreecommitdiffstats
path: root/src/common/Timer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/Timer.cc')
-rw-r--r--src/common/Timer.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/common/Timer.cc b/src/common/Timer.cc
index fb7a1bfbc03..ef76a9e41b7 100644
--- a/src/common/Timer.cc
+++ b/src/common/Timer.cc
@@ -13,21 +13,13 @@
*/
#include "Cond.h"
-#include "Mutex.h"
-#include "Thread.h"
#include "Timer.h"
-#include "common/config.h"
-#include "include/Context.h"
#define dout_subsys ceph_subsys_timer
#undef dout_prefix
#define dout_prefix *_dout << "timer(" << this << ")."
-#include <sstream>
-#include <signal.h>
-#include <sys/time.h>
-#include <math.h>
class SafeTimerThread : public Thread {