diff --git a/Core/Algorithms/inc/FTDistributions.h b/Core/Algorithms/inc/FTDistributions.h index e36828b97969d3f26fe099bdab9a06f637cada03..39a072a5e4ea7d12b30b2ae339abcd125474f9ce 100644 --- a/Core/Algorithms/inc/FTDistributions.h +++ b/Core/Algorithms/inc/FTDistributions.h @@ -17,7 +17,6 @@ #ifndef FTDISTRIBUTIONS_H_ #define FTDISTRIBUTIONS_H_ -#include "IParameterized.h" #include "ParameterPool.h" #include <cmath> diff --git a/Core/Samples/inc/ISample.h b/Core/Samples/inc/ISample.h index 2bc6a0dccd47b620c1b4501686d101ee49f6244b..5b209534293288248659ab8da3e17dbcd5e80826 100644 --- a/Core/Samples/inc/ISample.h +++ b/Core/Samples/inc/ISample.h @@ -17,7 +17,6 @@ #define ISAMPLE_H #include "IParameterized.h" -#include "ICloneable.h" class ICompositeSample; class DWBASimulation; diff --git a/Core/Samples/inc/InterferenceFunctions.h b/Core/Samples/inc/InterferenceFunctions.h index fb31b98c17a458902c23c391a6a8a3ed85e483d4..3261d25f5ccc7fd5d0ec00f6bd2e8b408ede30c0 100644 --- a/Core/Samples/inc/InterferenceFunctions.h +++ b/Core/Samples/inc/InterferenceFunctions.h @@ -16,7 +16,6 @@ #ifndef INTERFERENCEFUNCTIONS_H_ #define INTERFERENCEFUNCTIONS_H_ -#include "IInterferenceFunction.h" #include "InterferenceFunctionNone.h" #include "InterferenceFunction1DParaCrystal.h" #include "InterferenceFunction2DLattice.h"