Browse Source

remove unuse import packages

tags/3.2
Gang Zhuo 10 years ago
parent
commit
a984014267
2 changed files with 0 additions and 8 deletions
  1. +0
    -6
      shadowsocks-csharp/Controller/GfwListUpdater.cs
  2. +0
    -2
      shadowsocks-csharp/Controller/PACServer.cs

+ 0
- 6
shadowsocks-csharp/Controller/GfwListUpdater.cs View File

@@ -1,14 +1,8 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading;
using System.Net;
using System.IO;
using System.IO.Compression;
using System.Security.Cryptography;
using System.Text.RegularExpressions;
using Shadowsocks.Model;
using Shadowsocks.Properties;
namespace Shadowsocks.Controller
{


+ 0
- 2
shadowsocks-csharp/Controller/PACServer.cs View File

@@ -1,7 +1,6 @@
using Shadowsocks.Model;
using Shadowsocks.Properties;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
@@ -9,7 +8,6 @@ using System.IO.Compression;
using System.Net;
using System.Net.Sockets;
using System.Text;
using System.Text.RegularExpressions;
namespace Shadowsocks.Controller
{


Loading…
Cancel
Save