Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Creators/AggregatedSerializableFailureMechanismSectionAssemblyCreator.cs =================================================================== diff -u -r4a82ee4eb940da3922b8e46a9203ddc5e4d6aa7f -rd21e21de40ef2d77be1666b64ddd48a1e649699d --- Ringtoets/Integration/src/Ringtoets.Integration.IO/Creators/AggregatedSerializableFailureMechanismSectionAssemblyCreator.cs (.../AggregatedSerializableFailureMechanismSectionAssemblyCreator.cs) (revision 4a82ee4eb940da3922b8e46a9203ddc5e4d6aa7f) +++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Creators/AggregatedSerializableFailureMechanismSectionAssemblyCreator.cs (.../AggregatedSerializableFailureMechanismSectionAssemblyCreator.cs) (revision d21e21de40ef2d77be1666b64ddd48a1e649699d) @@ -21,15 +21,15 @@ using System; using System.Collections.Generic; -using Ringtoets.AssemblyTool.IO.Model; -using Ringtoets.AssemblyTool.IO.Model.DataTypes; -using Ringtoets.AssemblyTool.IO.Model.Enums; using Ringtoets.Integration.IO.AggregatedSerializable; using Ringtoets.Integration.IO.Assembly; using Ringtoets.Integration.IO.Exceptions; using Ringtoets.Integration.IO.Helpers; using Ringtoets.Integration.IO.Properties; using Riskeer.AssemblyTool.Data; +using Riskeer.AssemblyTool.IO.Model; +using Riskeer.AssemblyTool.IO.Model.DataTypes; +using Riskeer.AssemblyTool.IO.Model.Enums; namespace Ringtoets.Integration.IO.Creators {