From ce920e6f0d3e5e9c6765e407a938cd0050b1c34f Mon Sep 17 00:00:00 2001 From: Connor Huffine Date: Fri, 31 Oct 2025 06:38:10 -0400 Subject: [PATCH] Remove double includes (#41211) --- Content.Client/Access/UI/AgentIDCardWindow.xaml.cs | 1 - Content.Server/Botany/Systems/PlantHolderSystem.cs | 1 - 2 files changed, 2 deletions(-) diff --git a/Content.Client/Access/UI/AgentIDCardWindow.xaml.cs b/Content.Client/Access/UI/AgentIDCardWindow.xaml.cs index ea96b13376..2b8ebf53b7 100644 --- a/Content.Client/Access/UI/AgentIDCardWindow.xaml.cs +++ b/Content.Client/Access/UI/AgentIDCardWindow.xaml.cs @@ -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 { diff --git a/Content.Server/Botany/Systems/PlantHolderSystem.cs b/Content.Server/Botany/Systems/PlantHolderSystem.cs index 1e992f9cd2..d5f331c157 100644 --- a/Content.Server/Botany/Systems/PlantHolderSystem.cs +++ b/Content.Server/Botany/Systems/PlantHolderSystem.cs @@ -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;