From 92a366ca19b6a4941eeac6905b217b3d32014459 Mon Sep 17 00:00:00 2001 From: MaxXor Date: Tue, 18 Aug 2015 07:20:38 +0200 Subject: [PATCH] Small fix --- Server/Core/Helper/PlatformHelper.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Server/Core/Helper/PlatformHelper.cs b/Server/Core/Helper/PlatformHelper.cs index 49cdf293..acc31df6 100644 --- a/Server/Core/Helper/PlatformHelper.cs +++ b/Server/Core/Helper/PlatformHelper.cs @@ -1,6 +1,4 @@ using System; -using System.Management; -using System.Text.RegularExpressions; namespace xServer.Core.Helper {