]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Remove double includes (#41211)
authorConnor Huffine <chuffine@gmail.com>
Fri, 31 Oct 2025 10:38:10 +0000 (06:38 -0400)
committerGitHub <noreply@github.com>
Fri, 31 Oct 2025 10:38:10 +0000 (10:38 +0000)
Content.Client/Access/UI/AgentIDCardWindow.xaml.cs
Content.Server/Botany/Systems/PlantHolderSystem.cs

index ea96b1337650a213f7b41a8fb9fdd72061e43785..2b8ebf53b758656b0ebbd763c2381e7593c086cb 100644 (file)
@@ -9,7 +9,6 @@ using Robust.Client.UserInterface.XAML;
 using Robust.Shared.Prototypes;
 using System.Numerics;
 using System.Linq;
-using Content.Client.Stylesheets;
 
 namespace Content.Client.Access.UI
 {
index 1e992f9cd25eebe6643831dad586ca3e3361ce62..d5f331c157f3c1e0c24ab47b3836f66f6befd310 100644 (file)
@@ -23,7 +23,6 @@ using Robust.Shared.Player;
 using Robust.Shared.Prototypes;
 using Robust.Shared.Random;
 using Robust.Shared.Timing;
-using Content.Shared.Administration.Logs;
 using Content.Shared.Chemistry.Reaction;
 using Content.Shared.Containers.ItemSlots;
 using Content.Shared.Database;