Moved indexer providers out of subfolder

This commit is contained in:
Mark McDowall
2013-02-22 18:19:53 -08:00
parent 8993b209a4
commit 1c0c348dc4
18 changed files with 22 additions and 27 deletions

View File

@@ -6,7 +6,7 @@ using Autofac.Core;
using NLog;
using NzbDrone.Common;
using NzbDrone.Core.Datastore;
using NzbDrone.Core.Indexers.Providers;
using NzbDrone.Core.Indexers;
using NzbDrone.Core.Instrumentation;
using NzbDrone.Core.Providers.ExternalNotification;
using NzbDrone.Core.Providers.Metadata;