From 0f744447d0e98c885091d2c5f59f041c565964ab Mon Sep 17 00:00:00 2001 From: Vera Aguilera Puerto Date: Mon, 1 Nov 2021 17:07:30 +0100 Subject: [PATCH] Remove unused using statements in construction comp --- .../Components/ConstructionComponent.cs | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/Content.Server/Construction/Components/ConstructionComponent.cs b/Content.Server/Construction/Components/ConstructionComponent.cs index ab656d0aa6..8b0d660502 100644 --- a/Content.Server/Construction/Components/ConstructionComponent.cs +++ b/Content.Server/Construction/Components/ConstructionComponent.cs @@ -1,24 +1,6 @@ -using System; using System.Collections.Generic; -using System.IO; -using System.Linq; -using System.Threading.Tasks; -using Content.Server.DoAfter; -using Content.Server.Stack; -using Content.Server.Tools; -using Content.Server.Tools.Components; -using Content.Shared.Construction; -using Content.Shared.Construction.Prototypes; -using Content.Shared.Construction.Steps; -using Content.Shared.Interaction; -using Content.Shared.Tools.Components; using Robust.Shared.Analyzers; -using Robust.Shared.Containers; using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; -using Robust.Shared.Physics; -using Robust.Shared.Prototypes; using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.ViewVariables;