aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/include/net/network_throttle.hpp
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2022-04-06 00:19:59 -0400
committerluigi1111 <luigi1111w@gmail.com>2022-04-06 00:19:59 -0400
commitbb093ec9a8087bba0e8f6e8769dbb336a6a0aedd (patch)
treea1ff985df49a2283060f640b3fecaa6fe86f6f2a /contrib/epee/include/net/network_throttle.hpp
parentMerge pull request #8215 (diff)
parentEliminate dependence on boost::interprocess #8223 (diff)
downloadmonero-bb093ec9a8087bba0e8f6e8769dbb336a6a0aedd.tar.xz
Merge pull request #8223
17772ef Eliminate dependence on boost::interprocess #8223 (Jeffrey)
Diffstat (limited to 'contrib/epee/include/net/network_throttle.hpp')
-rw-r--r--contrib/epee/include/net/network_throttle.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/epee/include/net/network_throttle.hpp b/contrib/epee/include/net/network_throttle.hpp
index 24c57cfdd..378fd5de4 100644
--- a/contrib/epee/include/net/network_throttle.hpp
+++ b/contrib/epee/include/net/network_throttle.hpp
@@ -42,11 +42,9 @@
#include <vector>
#include <boost/noncopyable.hpp>
#include <boost/shared_ptr.hpp>
-#include <atomic>
#include <boost/array.hpp>
#include <boost/enable_shared_from_this.hpp>
-#include <boost/interprocess/detail/atomic.hpp>
#include <boost/thread/thread.hpp>
#include "syncobj.h"