chore: remove unused using statements
This commit is contained in:
parent
2bd6db75d5
commit
87078869ef
2 changed files with 1 additions and 5 deletions
|
@ -1,11 +1,9 @@
|
|||
using System.Diagnostics;
|
||||
using System.Reflection;
|
||||
using System.Reflection;
|
||||
using System.Text;
|
||||
using MassTransit.Mediator;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using NetCoreServer;
|
||||
using Server.Packets;
|
||||
using Buffer = System.Buffer;
|
||||
|
||||
namespace Server;
|
||||
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
using Microsoft.Extensions.Configuration;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using NetCoreServer;
|
||||
using Newtonsoft.Json;
|
||||
using Server.DB;
|
||||
using Server.DB.Documents;
|
||||
using Server.Packets;
|
||||
using Server.Packets.Incoming;
|
||||
using Server.Packets.Outgoing;
|
||||
|
||||
|
|
Loading…
Reference in a new issue