diff options
author | luigi1111 <luigi1111w@gmail.com> | 2022-04-06 00:19:59 -0400 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2022-04-06 00:19:59 -0400 |
commit | bb093ec9a8087bba0e8f6e8769dbb336a6a0aedd (patch) | |
tree | a1ff985df49a2283060f640b3fecaa6fe86f6f2a /contrib/epee/include/net/network_throttle.hpp | |
parent | Merge pull request #8215 (diff) | |
parent | Eliminate dependence on boost::interprocess #8223 (diff) | |
download | monero-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.hpp | 2 |
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" |