aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_protocol
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 /src/cryptonote_protocol
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 'src/cryptonote_protocol')
-rw-r--r--src/cryptonote_protocol/cryptonote_protocol_handler.inl1
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>