aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Startup.Common/INativeApp.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-11-23 18:10:41 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-11-23 18:10:41 -0500
commit2df4273ee08425858f93cf86092df45a5a6deecc (patch)
treedaa20b4be88311cd070a6293ebc322ee141432e2 /MediaBrowser.Server.Startup.Common/INativeApp.cs
parent1923de72bf3c502ba9b942ef6caa5f73a33f43d6 (diff)
consolidate os display name
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/INativeApp.cs')
-rw-r--r--MediaBrowser.Server.Startup.Common/INativeApp.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/MediaBrowser.Server.Startup.Common/INativeApp.cs b/MediaBrowser.Server.Startup.Common/INativeApp.cs
index c41c66665..5042e1cea 100644
--- a/MediaBrowser.Server.Startup.Common/INativeApp.cs
+++ b/MediaBrowser.Server.Startup.Common/INativeApp.cs
@@ -1,5 +1,4 @@
-using System;
-using MediaBrowser.Common.Net;
+using MediaBrowser.Common.Net;
using MediaBrowser.Model.Logging;
using System.Collections.Generic;
using System.Reflection;