summaryrefslogtreecommitdiffstats
path: root/raul/SRMWQueue.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'raul/SRMWQueue.hpp')
-rw-r--r--raul/SRMWQueue.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/raul/SRMWQueue.hpp b/raul/SRMWQueue.hpp
index 6680103..2534ba3 100644
--- a/raul/SRMWQueue.hpp
+++ b/raul/SRMWQueue.hpp
@@ -22,9 +22,8 @@
#include <cstdlib>
#include <cmath>
-#include <boost/utility.hpp>
-
#include "raul/AtomicInt.hpp"
+#include "raul/Noncopyable.hpp"
namespace Raul {
@@ -50,7 +49,7 @@ namespace Raul {
* \ingroup raul
*/
template <typename T>
-class SRMWQueue : boost::noncopyable
+class SRMWQueue : Noncopyable
{
public:
explicit SRMWQueue(size_t size);