diff --git a/Yavsc/Models/Haircut/BrusherProfile.cs b/Yavsc/Models/Haircut/BrusherProfile.cs index 27507527..c9c3ab5a 100644 --- a/Yavsc/Models/Haircut/BrusherProfile.cs +++ b/Yavsc/Models/Haircut/BrusherProfile.cs @@ -1,5 +1,4 @@ using System.ComponentModel.DataAnnotations; -using System.Linq; using YavscLib; namespace Yavsc.Models.Haircut diff --git a/Yavsc/Models/Musical/Profiles/DjSettings.cs b/Yavsc/Models/Musical/Profiles/DjSettings.cs index c9e7ea22..8ca70a7e 100644 --- a/Yavsc/Models/Musical/Profiles/DjSettings.cs +++ b/Yavsc/Models/Musical/Profiles/DjSettings.cs @@ -1,6 +1,5 @@ using System.Collections.Generic; using System.ComponentModel.DataAnnotations; -using System.Linq; using YavscLib; namespace Yavsc.Models.Musical.Profiles