aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/System/ActivityLogService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Api/System/ActivityLogService.cs')
-rw-r--r--MediaBrowser.Api/System/ActivityLogService.cs5
1 files changed, 2 insertions, 3 deletions
diff --git a/MediaBrowser.Api/System/ActivityLogService.cs b/MediaBrowser.Api/System/ActivityLogService.cs
index d24bc99cb..e3a18a933 100644
--- a/MediaBrowser.Api/System/ActivityLogService.cs
+++ b/MediaBrowser.Api/System/ActivityLogService.cs
@@ -1,10 +1,9 @@
-using MediaBrowser.Controller.Activity;
-using MediaBrowser.Controller.Net;
+using MediaBrowser.Controller.Net;
using MediaBrowser.Model.Activity;
using MediaBrowser.Model.Querying;
-using ServiceStack;
using System;
using System.Globalization;
+using MediaBrowser.Model.Services;
namespace MediaBrowser.Api.System
{