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
@@ -11,12 +11,7 @@ using NzbDrone.Test.Common;
using NzbDrone.Common.Http.Proxy;
using NzbDrone.Core.Http;
using NzbDrone.Core.Configuration;
using NzbDrone.Core.MediaFiles.MediaInfo;
using NzbDrone.Core.Movies;
using NzbDrone.Core.Organizer;
using NzbDrone.Core.Parser.Model;
using NzbDrone.Core.Parser;
using NzbDrone.Core.Qualities;
namespace NzbDrone.Core.Test.Framework
{