From 62054c049964e796b0e70ced1b669b7d52477992 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Tue, 7 Aug 2018 20:17:09 -0400 Subject: [PATCH] Remove unused usings --- .../Components/Watchdog/InteropConstants.cs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/Tgstation.Server.Host/Components/Watchdog/InteropConstants.cs b/src/Tgstation.Server.Host/Components/Watchdog/InteropConstants.cs index 9b08efcdf5..23ad40c9af 100644 --- a/src/Tgstation.Server.Host/Components/Watchdog/InteropConstants.cs +++ b/src/Tgstation.Server.Host/Components/Watchdog/InteropConstants.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Text; - -namespace Tgstation.Server.Host.Components.Watchdog +namespace Tgstation.Server.Host.Components.Watchdog { static class InteropConstants {