Index: Ringtoets/Integration/src/Ringtoets.Integration.Data/Assembly/AssessmentSectionAssemblyFactory.cs =================================================================== diff -u -r4a82ee4eb940da3922b8e46a9203ddc5e4d6aa7f -re973ab8c1e544eed031185ca91fc738297d8b08d --- Ringtoets/Integration/src/Ringtoets.Integration.Data/Assembly/AssessmentSectionAssemblyFactory.cs (.../AssessmentSectionAssemblyFactory.cs) (revision 4a82ee4eb940da3922b8e46a9203ddc5e4d6aa7f) +++ Ringtoets/Integration/src/Ringtoets.Integration.Data/Assembly/AssessmentSectionAssemblyFactory.cs (.../AssessmentSectionAssemblyFactory.cs) (revision e973ab8c1e544eed031185ca91fc738297d8b08d) @@ -22,9 +22,6 @@ using System; using System.Collections.Generic; using System.Linq; -using Ringtoets.AssemblyTool.KernelWrapper.Calculators; -using Ringtoets.AssemblyTool.KernelWrapper.Calculators.Assembly; -using Ringtoets.AssemblyTool.KernelWrapper.Kernels; using Ringtoets.ClosingStructures.Data; using Ringtoets.Common.Data.Contribution; using Ringtoets.Common.Data.Exceptions; @@ -41,6 +38,9 @@ using Ringtoets.StabilityStoneCover.Data; using Ringtoets.WaveImpactAsphaltCover.Data; using Riskeer.AssemblyTool.Data; +using Riskeer.AssemblyTool.KernelWrapper.Calculators; +using Riskeer.AssemblyTool.KernelWrapper.Calculators.Assembly; +using Riskeer.AssemblyTool.KernelWrapper.Kernels; namespace Ringtoets.Integration.Data.Assembly {