mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Cleanup the messy imports.
This commit is contained in:
@@ -5,7 +5,6 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using FFXIVClassic_Lobby_Server.utils;
|
||||
using FFXIVClassic.Common;
|
||||
|
||||
namespace FFXIVClassic_Lobby_Server
|
||||
{
|
||||
|
@@ -2,8 +2,6 @@
|
||||
using System.Diagnostics;
|
||||
using System.Threading;
|
||||
using MySql.Data.MySqlClient;
|
||||
using System.Reflection;
|
||||
using FFXIVClassic.Common;
|
||||
using NLog;
|
||||
namespace FFXIVClassic_Lobby_Server
|
||||
{
|
||||
|
@@ -5,7 +5,6 @@ using System.Net.Sockets;
|
||||
using System.Threading;
|
||||
|
||||
using FFXIVClassic.Common;
|
||||
using NLog;
|
||||
|
||||
namespace FFXIVClassic_Lobby_Server
|
||||
{
|
||||
|
Reference in New Issue
Block a user