Skip to content

Commit

Permalink
chore: removes unnecessary and implicit usings from intersect network (
Browse files Browse the repository at this point in the history
  • Loading branch information
Arufonsu authored and cydyn committed Jul 11, 2024
1 parent 6807fc5 commit 04e358a
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 12 deletions.
3 changes: 1 addition & 2 deletions Intersect.Network/Lidgren/LidgrenBuffer.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using System.Text;
using System.Text;

using Intersect.Memory;

Expand Down
4 changes: 1 addition & 3 deletions Intersect.Network/Lidgren/LidgrenConnection.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System;
using System.Linq;
using System.Security.Cryptography;
using System.Security.Cryptography;

using Intersect.Logging;
using Intersect.Network.Packets;
Expand Down
6 changes: 1 addition & 5 deletions Intersect.Network/Lidgren/LidgrenInterface.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Diagnostics;
using System.Net;
using System.Security.Cryptography;
using System.Threading;

using Intersect.Logging;
using Intersect.Memory;
Expand Down
1 change: 0 additions & 1 deletion Intersect.Network/LiteNetLib/AesAlgorithm.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System.Buffers;
using System.Buffers.Binary;
using System.Security.Cryptography;
using System.Text;
using Intersect.Logging;

namespace Intersect.Network.LiteNetLib;
Expand Down
1 change: 0 additions & 1 deletion Intersect.Network/LiteNetLib/LiteNetLibConnection.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Security.Cryptography;
using System.Text;
using Intersect.Logging;
using Intersect.Memory;
using Intersect.Network.Packets;
Expand Down

0 comments on commit 04e358a

Please sign in to comment.