summaryrefslogtreecommitdiff
path: root/lib/cpp/src/thrift/concurrency/Monitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cpp/src/thrift/concurrency/Monitor.h')
-rw-r--r--lib/cpp/src/thrift/concurrency/Monitor.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/cpp/src/thrift/concurrency/Monitor.h b/lib/cpp/src/thrift/concurrency/Monitor.h
index 2399a9879..11a145d55 100644
--- a/lib/cpp/src/thrift/concurrency/Monitor.h
+++ b/lib/cpp/src/thrift/concurrency/Monitor.h
@@ -20,15 +20,9 @@
#ifndef _THRIFT_CONCURRENCY_MONITOR_H_
#define _THRIFT_CONCURRENCY_MONITOR_H_ 1
-#ifdef HAVE_SYS_TIME_H
-#include <sys/time.h>
-#endif
-
#include <thrift/concurrency/Exception.h>
#include <thrift/concurrency/Mutex.h>
-#include <boost/utility.hpp>
-
namespace apache {
namespace thrift {
namespace concurrency {