From 3019ea224788302ec6ef0c270627ca16dbb272d9 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 20 Mar 2014 21:01:30 +0900 Subject: [PATCH] Fix a few --- websocket-sharp/Net/Cookie.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/websocket-sharp/Net/Cookie.cs b/websocket-sharp/Net/Cookie.cs index a5a1b512..c5fbcdf1 100644 --- a/websocket-sharp/Net/Cookie.cs +++ b/websocket-sharp/Net/Cookie.cs @@ -41,9 +41,8 @@ #endregion using System; -using System.Text; using System.Globalization; -using System.Collections; +using System.Text; namespace WebSocketSharp.Net {