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.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/MediaBrowser.Api/System/ActivityLogService.cs b/MediaBrowser.Api/System/ActivityLogService.cs
index d55c57ffa..1e9c823e9 100644
--- a/MediaBrowser.Api/System/ActivityLogService.cs
+++ b/MediaBrowser.Api/System/ActivityLogService.cs
@@ -1,8 +1,8 @@
-using MediaBrowser.Controller.Net;
+using System;
+using System.Globalization;
+using MediaBrowser.Controller.Net;
using MediaBrowser.Model.Activity;
using MediaBrowser.Model.Querying;
-using System;
-using System.Globalization;
using MediaBrowser.Model.Services;
namespace MediaBrowser.Api.System