fix: Cleans up namespaces (#1069)

This commit is contained in:
Kamron Batman 2022-06-15 19:52:23 -07:00 committed by GitHub
parent 4a057bf5ac
commit 2fb660040b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 0 additions and 8 deletions

View file

@ -14,9 +14,7 @@
*************************************************************************/ *************************************************************************/
using System.Buffers.Binary; using System.Buffers.Binary;
using System.Data;
using System.Diagnostics; using System.Diagnostics;
using System.Globalization;
using System.IO; using System.IO;
using System.Runtime.CompilerServices; using System.Runtime.CompilerServices;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;

View file

@ -14,7 +14,6 @@
*************************************************************************/ *************************************************************************/
using System; using System;
using System.Buffers;
using System.Runtime.CompilerServices; using System.Runtime.CompilerServices;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
using Server.Buffers; using Server.Buffers;

View file

@ -13,7 +13,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*************************************************************************/ *************************************************************************/
using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Diagnostics; using System.Diagnostics;
using System.IO; using System.IO;

View file

@ -1,4 +1,3 @@
using System;
using System.Collections.Generic; using System.Collections.Generic;
using Server.ContextMenus; using Server.ContextMenus;
using Server.Gumps; using Server.Gumps;

View file

@ -1,6 +1,5 @@
using ModernUO.Serialization; using ModernUO.Serialization;
using Server.Targeting; using Server.Targeting;
using Server.Text;
namespace Server.Items; namespace Server.Items;

View file

@ -7,7 +7,6 @@ using Server.Engines.Spawners;
using Server.Factions; using Server.Factions;
using Server.Gumps; using Server.Gumps;
using Server.Items; using Server.Items;
using Server.Logging;
using Server.Network; using Server.Network;
using Server.Spells; using Server.Spells;
using Server.Spells.Spellweaving; using Server.Spells.Spellweaving;

View file

@ -1,6 +1,5 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Runtime.CompilerServices;
using Server.Accounting; using Server.Accounting;
using Server.ContextMenus; using Server.ContextMenus;
using Server.Engines.BulkOrders; using Server.Engines.BulkOrders;