Remove accidental using directives on transient dependencies. (#18999)
This commit is contained in:
committed by
GitHub
parent
75ba8f8a31
commit
73996d17e4
@@ -7,7 +7,6 @@ using Robust.Shared.Console;
|
||||
using Robust.Shared.GameObjects;
|
||||
using Robust.Shared.Map;
|
||||
using Robust.Shared.Maths;
|
||||
using SharpZstd.Interop;
|
||||
|
||||
namespace Content.Server.Atmos.Commands
|
||||
{
|
||||
|
||||
@@ -14,7 +14,6 @@ using Content.Shared.CartridgeLoader;
|
||||
using Content.Shared.CartridgeLoader.Cartridges;
|
||||
using Content.Server.CartridgeLoader;
|
||||
using Robust.Shared.Timing;
|
||||
using TerraFX.Interop.Windows;
|
||||
using Content.Server.Popups;
|
||||
using Content.Shared.Database;
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@ using Robust.Shared.Player;
|
||||
using Robust.Shared.Prototypes;
|
||||
using Robust.Shared.Random;
|
||||
using Robust.Shared.Timing;
|
||||
using SpaceWizards.Sodium.Interop;
|
||||
|
||||
namespace Content.Server.Tips;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user