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

View File

@@ -2,14 +2,10 @@
using System.Collections.Generic;
using System.Linq;
using NLog;
using NzbDrone.Common.Composition;
using NzbDrone.Common.Serializer;
using NzbDrone.Core.Download;
using NzbDrone.Core.MediaFiles.Events;
using NzbDrone.Core.Messaging.Events;
using NzbDrone.Core.ThingiProvider;
using NzbDrone.Core.Tv;
using Omu.ValueInjecter;
namespace NzbDrone.Core.Notifications
{