Remove all unnecessary usings

This commit is contained in:
ta264
2019-12-22 21:24:11 +00:00
committed by Qstick
parent c6ae0bb509
commit 8d27111f7b
351 changed files with 95 additions and 858 deletions

View File

@@ -6,13 +6,9 @@ using NzbDrone.Common.Cache;
using NzbDrone.Common.Extensions;
using NzbDrone.Common.Messaging;
using NzbDrone.Common.Reflection;
using NzbDrone.Core.Configuration.Events;
using NzbDrone.Core.Download;
using NzbDrone.Core.Indexers;
using NzbDrone.Core.Lifecycle;
using NzbDrone.Core.Messaging.Commands;
using NzbDrone.Core.Messaging.Events;
using NzbDrone.Core.ThingiProvider.Events;
namespace NzbDrone.Core.HealthCheck
{