summaryrefslogtreecommitdiffstats
path: root/raul/SRSWQueue.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'raul/SRSWQueue.hpp')
-rw-r--r--raul/SRSWQueue.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/raul/SRSWQueue.hpp b/raul/SRSWQueue.hpp
index 80758d2..ee7a053 100644
--- a/raul/SRSWQueue.hpp
+++ b/raul/SRSWQueue.hpp
@@ -20,9 +20,8 @@
#include <cassert>
-#include <boost/utility.hpp>
-
#include "raul/AtomicInt.hpp"
+#include "raul/Noncopyable.hpp"
namespace Raul {
@@ -39,7 +38,7 @@ namespace Raul {
* \ingroup raul
*/
template <typename T>
-class SRSWQueue : boost::noncopyable
+class SRSWQueue : Noncopyable
{
public:
/** @param size Size in number of elements */