aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.WebDashboard/ServerEntryPoint.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.WebDashboard/ServerEntryPoint.cs')
-rw-r--r--MediaBrowser.WebDashboard/ServerEntryPoint.cs5
1 files changed, 2 insertions, 3 deletions
diff --git a/MediaBrowser.WebDashboard/ServerEntryPoint.cs b/MediaBrowser.WebDashboard/ServerEntryPoint.cs
index 9bf87ac0b..221fa62c7 100644
--- a/MediaBrowser.WebDashboard/ServerEntryPoint.cs
+++ b/MediaBrowser.WebDashboard/ServerEntryPoint.cs
@@ -1,8 +1,7 @@
-using System;
-using MediaBrowser.Common;
-using MediaBrowser.Controller.Plugins;
using System.Collections.Generic;
using System.Linq;
+using MediaBrowser.Common;
+using MediaBrowser.Controller.Plugins;
namespace MediaBrowser.WebDashboard
{