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 /src/cryptonote_protocol | |
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 'src/cryptonote_protocol')
-rw-r--r-- | src/cryptonote_protocol/cryptonote_protocol_handler.inl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cryptonote_protocol/cryptonote_protocol_handler.inl b/src/cryptonote_protocol/cryptonote_protocol_handler.inl index 75b35fe36..891ee109d 100644 --- a/src/cryptonote_protocol/cryptonote_protocol_handler.inl +++ b/src/cryptonote_protocol/cryptonote_protocol_handler.inl @@ -35,7 +35,6 @@ // (may contain code and/or modifications by other developers) // developer rfree: this code is caller of our new network code, and is modded; e.g. for rate limiting -#include <boost/interprocess/detail/atomic.hpp> #include <list> #include <ctime> |