diff --git a/Yavsc/Controllers/GeneralSettingsController.cs b/Yavsc/Controllers/GeneralSettingsController.cs index 2cfe8743..502b1003 100644 --- a/Yavsc/Controllers/GeneralSettingsController.cs +++ b/Yavsc/Controllers/GeneralSettingsController.cs @@ -1,7 +1,5 @@ -using System.Linq; using System.Threading.Tasks; using Microsoft.AspNet.Mvc; -using Microsoft.AspNet.Mvc.Rendering; using Microsoft.Data.Entity; using Yavsc.Models; using Yavsc.Models.Musical.Profiles; diff --git a/Yavsc/Startup/Startup.FileServer.cs b/Yavsc/Startup/Startup.FileServer.cs index 58c2dac8..3a6ac9f6 100644 --- a/Yavsc/Startup/Startup.FileServer.cs +++ b/Yavsc/Startup/Startup.FileServer.cs @@ -6,7 +6,6 @@ using Microsoft.AspNet.FileProviders; using Microsoft.AspNet.Hosting; using Microsoft.AspNet.Http; using Microsoft.AspNet.StaticFiles; -using Yavsc.ViewModels; using Yavsc.ViewModels.Auth; namespace Yavsc