mirror of
https://github.com/monero-project/monero.git
synced 2025-05-22 04:21:10 -04:00
Merge pull request #8223
17772ef
Eliminate dependence on boost::interprocess #8223 (Jeffrey)
This commit is contained in:
commit
bb093ec9a8
10 changed files with 43 additions and 50 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue