summaryrefslogtreecommitdiffstats
path: root/raul/Process.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'raul/Process.hpp')
-rw-r--r--raul/Process.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/raul/Process.hpp b/raul/Process.hpp
index d9ec5e0..21e4f33 100644
--- a/raul/Process.hpp
+++ b/raul/Process.hpp
@@ -25,8 +25,7 @@
#include <iostream>
#include <string>
-#include <boost/utility.hpp>
-
+#include "raul/Noncopyable.hpp"
#include "raul/log.hpp"
namespace Raul {
@@ -35,7 +34,7 @@ namespace Raul {
*
* \ingroup raul
*/
-class Process : boost::noncopyable
+class Process : Noncopyable
{
public: