Remove more unused usings

This commit is contained in:
Jordan Brown
2020-03-28 12:59:03 -04:00
parent 32bbcf546e
commit 2b298ddd21
4 changed files with 2 additions and 6 deletions
@@ -1,5 +1,4 @@
using System;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Api.Models;
namespace Tgstation.Server.Client.Components
{
@@ -1,5 +1,4 @@
using System;
using System.Net.Http;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
@@ -1,5 +1,4 @@
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Threading;
@@ -1,6 +1,5 @@
using System.Collections.Generic;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Api.Models.Internal;
namespace Tgstation.Server.Host.Components.Interop
{