Remove unused namespace imports

This commit is contained in:
Oliver Booth 2022-05-18 16:45:23 +01:00
parent a8d787d811
commit 1b0d165f10
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634
2 changed files with 0 additions and 4 deletions

View File

@ -1,6 +1,5 @@
using System.Net;
using System.Net.Sockets;
using System.Security.Cryptography;
namespace TcpDotNet;

View File

@ -1,7 +1,4 @@
using System.IO.Compression;
using System.Net;
using System.Net.Sockets;
using System.Security.Cryptography;
using TcpDotNet.Protocol;
namespace TcpDotNet;