mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-24 22:35:49 -04:00
Remove all unnecessary usings
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace NzbDrone.Core.MetadataSource.PreDB
|
||||
namespace NzbDrone.Core.MetadataSource.PreDB
|
||||
{
|
||||
class PreDBResult
|
||||
{
|
||||
|
||||
@@ -1,19 +1,15 @@
|
||||
using System.Collections.Generic;
|
||||
using NLog;
|
||||
using NzbDrone.Common.Instrumentation.Extensions;
|
||||
using NzbDrone.Common.Extensions;
|
||||
using NzbDrone.Core.DecisionEngine;
|
||||
using NzbDrone.Core.Download;
|
||||
using NzbDrone.Core.Download.Pending;
|
||||
using NzbDrone.Core.Messaging.Commands;
|
||||
using NzbDrone.Core.Messaging.Events;
|
||||
using NzbDrone.Core.Indexers;
|
||||
using System.ServiceModel.Syndication;
|
||||
using System.Xml;
|
||||
using NzbDrone.Common.Http;
|
||||
using NzbDrone.Core.Movies;
|
||||
using System;
|
||||
using System.IO;
|
||||
using NzbDrone.Core.Parser;
|
||||
using NzbDrone.Core.IndexerSearch.Definitions;
|
||||
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
using NzbDrone.Common.Messaging;
|
||||
using NzbDrone.Core.Download;
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.Collections.Generic;
|
||||
using NzbDrone.Core.Movies;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user