diff --git a/Framework/PythonInterface/mantid/kernel/src/Exports/Quat.cpp b/Framework/PythonInterface/mantid/kernel/src/Exports/Quat.cpp index 549d8870d678..ac3f89c6577f 100644 --- a/Framework/PythonInterface/mantid/kernel/src/Exports/Quat.cpp +++ b/Framework/PythonInterface/mantid/kernel/src/Exports/Quat.cpp @@ -18,7 +18,6 @@ using boost::python::class_; using boost::python::copy_const_reference; using boost::python::init; using boost::python::return_value_policy; -using boost::python::self; using Mantid::Kernel::Quat; using Mantid::Kernel::V3D; /**