1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00

cleaned up using directives.

This commit is contained in:
kayone
2013-11-19 16:42:17 -08:00
parent ea36c6ed47
commit ec63053fe7
74 changed files with 29 additions and 175 deletions
@@ -1,12 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using NzbDrone.Api.ClientSchema;
using NzbDrone.Api.Mapping;
using NzbDrone.Api.REST;
using NzbDrone.Common.Reflection;
using NzbDrone.Core.Notifications;
using Omu.ValueInjecter;
using NzbDrone.Core.Notifications;
namespace NzbDrone.Api.Notifications
{