aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/System/SystemInfo.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2019-01-01 16:27:11 +0100
committerVasily <JustAMan@users.noreply.github.com>2019-01-02 02:30:59 +0300
commit75efe9cf0a15b6871726a4c2e8802e2af88cf1d1 (patch)
treebba4635541b86bf87fd8e2bd7825fbc44a02f0d6 /MediaBrowser.Model/System/SystemInfo.cs
parente094c45abb44ece2bf685087ca6326cb00c468a8 (diff)
Rename and rework entry point
Diffstat (limited to 'MediaBrowser.Model/System/SystemInfo.cs')
-rw-r--r--MediaBrowser.Model/System/SystemInfo.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/MediaBrowser.Model/System/SystemInfo.cs b/MediaBrowser.Model/System/SystemInfo.cs
index c790731c6..031222b75 100644
--- a/MediaBrowser.Model/System/SystemInfo.cs
+++ b/MediaBrowser.Model/System/SystemInfo.cs
@@ -1,6 +1,5 @@
using MediaBrowser.Model.Updates;
-using System.Collections.Generic;
-using System;
+using System.Runtime.InteropServices;
namespace MediaBrowser.Model.System
{