aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/src/network_throttle-detail.cpp
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-12-04 17:08:42 +0200
committerRiccardo Spagni <ric@spagni.net>2018-12-04 17:08:42 +0200
commitc00ac446fd087faee26aecf2898706b0f5b6d76f (patch)
treed0151f23ded1bbd6cb4322013823e5b07786a19c /contrib/epee/src/network_throttle-detail.cpp
parentMerge pull request #4853 (diff)
parentRemoved a lot of unnecessary includes (diff)
downloadmonero-c00ac446fd087faee26aecf2898706b0f5b6d76f.tar.xz
Merge pull request #4854
bd98e99c Removed a lot of unnecessary includes (Martijn Otto)
Diffstat (limited to 'contrib/epee/src/network_throttle-detail.cpp')
-rw-r--r--contrib/epee/src/network_throttle-detail.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/contrib/epee/src/network_throttle-detail.cpp b/contrib/epee/src/network_throttle-detail.cpp
index 6f727a1cf..d2e776df0 100644
--- a/contrib/epee/src/network_throttle-detail.cpp
+++ b/contrib/epee/src/network_throttle-detail.cpp
@@ -32,20 +32,11 @@
/* rfree: implementation for throttle details */
-#include <boost/asio.hpp>
#include <string>
#include <vector>
-#include <boost/noncopyable.hpp>
-#include <boost/shared_ptr.hpp>
#include <atomic>
#include <boost/asio.hpp>
-#include <boost/array.hpp>
-#include <boost/noncopyable.hpp>
-#include <boost/shared_ptr.hpp>
-#include <boost/enable_shared_from_this.hpp>
-#include <boost/interprocess/detail/atomic.hpp>
-#include <boost/thread/thread.hpp>
#include <memory>
@@ -53,14 +44,7 @@
#include "net/net_utils_base.h"
#include "misc_log_ex.h"
-#include <boost/lambda/bind.hpp>
-#include <boost/lambda/lambda.hpp>
-#include <boost/uuid/random_generator.hpp>
#include <boost/chrono.hpp>
-#include <boost/utility/value_init.hpp>
-#include <boost/asio/deadline_timer.hpp>
-#include <boost/date_time/posix_time/posix_time.hpp>
-#include <boost/thread/thread.hpp>
#include "misc_language.h"
#include "pragma_comp_defs.h"
#include <sstream>