Remove accidental using directives on transient dependencies. (#18999)
This commit is contained in:
committed by
GitHub
parent
75ba8f8a31
commit
73996d17e4
@@ -1,6 +1,5 @@
|
||||
using Content.Client.Atmos.Components;
|
||||
using Content.Shared.Atmos;
|
||||
using OpenToolkit.Graphics.OpenGL;
|
||||
using Robust.Client.GameObjects;
|
||||
using Robust.Shared.Map;
|
||||
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
using Robust.Client.UserInterface;
|
||||
using Robust.Client.UserInterface.Controls;
|
||||
using Robust.Shared.Maths;
|
||||
using TerraFX.Interop.Windows;
|
||||
|
||||
namespace Content.Client.UserInterface.Controls;
|
||||
|
||||
|
||||
@@ -11,7 +11,6 @@ using Robust.Shared.Audio;
|
||||
using Robust.Shared.Input;
|
||||
using Robust.Shared.Player;
|
||||
using Robust.Shared.Utility;
|
||||
using TerraFX.Interop.Windows;
|
||||
using static Robust.Client.UserInterface.Controls.LineEdit;
|
||||
|
||||
namespace Content.Client.UserInterface.Systems.Chat.Widgets;
|
||||
|
||||
@@ -2,7 +2,6 @@ using System.Linq;
|
||||
using System.Numerics;
|
||||
using Content.Client.Parallax;
|
||||
using Content.Shared.Weather;
|
||||
using OpenToolkit.Graphics.ES11;
|
||||
using Robust.Client.GameObjects;
|
||||
using Robust.Client.Graphics;
|
||||
using Robust.Client.ResourceManagement;
|
||||
|
||||
@@ -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