From 77bb3ffdd3d35d5cd70a538995801ec0275e0ac9 Mon Sep 17 00:00:00 2001 From: Chris Cameron Date: Tue, 29 Aug 2017 11:37:52 -0400 Subject: [PATCH] Removing unused using directive --- ICD.Common.Utils/EventArguments/TcpReceiveEventArgs.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/ICD.Common.Utils/EventArguments/TcpReceiveEventArgs.cs b/ICD.Common.Utils/EventArguments/TcpReceiveEventArgs.cs index bd2ec96..4683109 100644 --- a/ICD.Common.Utils/EventArguments/TcpReceiveEventArgs.cs +++ b/ICD.Common.Utils/EventArguments/TcpReceiveEventArgs.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using ICD.Common.Utils; namespace ICD.Common.Utils.EventArguments {