Removed unused using statements

This commit is contained in:
Keivan Beigi 2016-12-23 13:45:24 -08:00
parent f16dd069b5
commit 0214c8e0f0
456 changed files with 292 additions and 1026 deletions

View file

@ -1,9 +1,7 @@
using System.Collections.Generic;
using System.Linq;
using NLog;
using NzbDrone.Core.IndexerSearch.Definitions;
using NzbDrone.Core.Parser.Model;
using NzbDrone.Core.Qualities;
using NzbDrone.Core.Queue;
namespace NzbDrone.Core.DecisionEngine.Specifications