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 | f096ac1349194c5155091d5474dd0f86ed6af617 (diff) | |
| parent | 17772ef53e57620f47c426fa4557671a86f1b3ae (diff) | |
| download | monzero-core-bb093ec9a8087bba0e8f6e8769dbb336a6a0aedd.tar.gz monzero-core-bb093ec9a8087bba0e8f6e8769dbb336a6a0aedd.tar.xz monzero-core-bb093ec9a8087bba0e8f6e8769dbb336a6a0aedd.zip | |
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> |
