diff --git a/src/NzbDrone.Api/RemotePathMappings/RemotePathMappingModule.cs b/src/NzbDrone.Api/RemotePathMappings/RemotePathMappingModule.cs index 11d694f1c..053c42c7c 100644 --- a/src/NzbDrone.Api/RemotePathMappings/RemotePathMappingModule.cs +++ b/src/NzbDrone.Api/RemotePathMappings/RemotePathMappingModule.cs @@ -1,14 +1,13 @@ -using System; -using System.Collections.Generic; +using System.Collections.Generic; using FluentValidation; +using NzbDrone.Api.Config; using NzbDrone.Api.Mapping; -using NzbDrone.Common; using NzbDrone.Core.Configuration; using NzbDrone.Core.RemotePathMappings; using NzbDrone.Core.Validation.Paths; using Omu.ValueInjecter; -namespace NzbDrone.Api.Config +namespace NzbDrone.Api.RemotePathMappings { public class RemotePathMappingModule : NzbDroneRestModule { diff --git a/src/NzbDrone.Api/RemotePathMappings/RemotePathMappingResource.cs b/src/NzbDrone.Api/RemotePathMappings/RemotePathMappingResource.cs index 85a4fb5ac..2ec0e8dc4 100644 --- a/src/NzbDrone.Api/RemotePathMappings/RemotePathMappingResource.cs +++ b/src/NzbDrone.Api/RemotePathMappings/RemotePathMappingResource.cs @@ -1,7 +1,7 @@ using System; using NzbDrone.Api.REST; -namespace NzbDrone.Api.Config +namespace NzbDrone.Api.RemotePathMappings { public class RemotePathMappingResource : RestResource {