1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-07-15 00:57:36 +02:00

Fixes compile issues introduced with latest commit.

This commit is contained in:
Leonardo Galli 2017-01-05 20:49:26 +01:00
parent 51e5c55d5f
commit 17d7083412
5 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@
using NzbDrone.Core.Lifecycle;
using NzbDrone.Core.Messaging.Commands;
using NzbDrone.Core.Messaging.Events;
using NzbDrone.Host;
using Radarr.Host;
using NzbDrone.Test.Common;
using FluentAssertions;
using System.Linq;

View File

@ -3,7 +3,7 @@
using NUnit.Framework;
using NzbDrone.Common;
using NzbDrone.Common.EnvironmentInfo;
using NzbDrone.Host;
using Radarr.Host;
using NzbDrone.Test.Common;
namespace NzbDrone.App.Test

View File

@ -5,7 +5,7 @@
using NzbDrone.Core.Datastore;
using NzbDrone.Core.Lifecycle;
using NzbDrone.Core.Messaging.Events;
using NzbDrone.Host;
using Radarr.Host;
using NzbDrone.Test.Common;
namespace NzbDrone.Common.Test

View File

@ -1,4 +1,4 @@
using NzbDrone.Host;
using Radarr.Host;
namespace NzbDrone.Console
{

View File

@ -3,7 +3,7 @@
using NLog;
using NzbDrone.Common.EnvironmentInfo;
using NzbDrone.Common.Instrumentation;
using NzbDrone.Host;
using Radarr.Host;
namespace NzbDrone.Console
{