diff --git a/src/Tgstation.Server.Host/Security/WindowsSystemIdentityFactory.cs b/src/Tgstation.Server.Host/Security/WindowsSystemIdentityFactory.cs index 7c4aa091f2..f89bdf48b2 100644 --- a/src/Tgstation.Server.Host/Security/WindowsSystemIdentityFactory.cs +++ b/src/Tgstation.Server.Host/Security/WindowsSystemIdentityFactory.cs @@ -1,8 +1,6 @@ using Microsoft.Win32.SafeHandles; using System; -using System.ComponentModel; using System.DirectoryServices.AccountManagement; -using System.Runtime.InteropServices; using System.Security.Principal; using System.Threading; using System.Threading.Tasks;