diff --git a/Sample/SoftParticle/FormFactorSphereLogNormalRadius.h b/Sample/SoftParticle/FormFactorSphereLogNormalRadius.h
index ab35018c438b6f8c57be8de8d7fcf5fc70626987..3dad5806cdcbe95d949f45319c23260267f32075 100644
--- a/Sample/SoftParticle/FormFactorSphereLogNormalRadius.h
+++ b/Sample/SoftParticle/FormFactorSphereLogNormalRadius.h
@@ -15,7 +15,6 @@
 #ifndef BORNAGAIN_SAMPLE_SOFTPARTICLE_FORMFACTORSPHERELOGNORMALRADIUS_H
 #define BORNAGAIN_SAMPLE_SOFTPARTICLE_FORMFACTORSPHERELOGNORMALRADIUS_H
 
-#include "Base/Types/SafePointerVector.h"
 #include "Sample/Scattering/IBornFF.h"
 #include <memory>
 
diff --git a/auto/Wrap/doxygenDevice.i b/auto/Wrap/doxygenDevice.i
index 69a0f490ff1c55caa5aa3e750324ea6aa5416e78..101f8116a4229a94b441cc82fe7fcce630e264fe 100644
--- a/auto/Wrap/doxygenDevice.i
+++ b/auto/Wrap/doxygenDevice.i
@@ -189,7 +189,7 @@ Sets convolution mode.
 // File: classCumulativeValue.xml
 %feature("docstring") CumulativeValue "
 
-The cumulative value with average and rms on-the-flight calculations.
+The cumulative value, with on-the-flight calculation of average and root mean square.
 
 C++ includes: CumulativeValue.h
 ";