From b292d3f7498f8b17f3597a11a34e31da4b5735bd Mon Sep 17 00:00:00 2001 From: DrSmugleaf Date: Wed, 16 Jun 2021 18:55:04 +0200 Subject: [PATCH] Fix build (#4192) --- .../Components/BaseComputerUserInterfaceComponent.cs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Content.Server/GameObjects/Components/BaseComputerUserInterfaceComponent.cs b/Content.Server/GameObjects/Components/BaseComputerUserInterfaceComponent.cs index bb2b23e297..ef06727697 100644 --- a/Content.Server/GameObjects/Components/BaseComputerUserInterfaceComponent.cs +++ b/Content.Server/GameObjects/Components/BaseComputerUserInterfaceComponent.cs @@ -1,15 +1,12 @@ using Content.Server.Power.Components; using Content.Server.UserInterface; using Content.Shared.ActionBlocker; -using Content.Shared.Notification; using Content.Shared.Interaction; -using Content.Shared.GameObjects.Components; -using Content.Shared.GameObjects.EntitySystems; +using Content.Shared.Notification.Managers; using Robust.Server.GameObjects; -using Robust.Shared.Containers; using Robust.Shared.GameObjects; -using Robust.Shared.ViewVariables; using Robust.Shared.Localization; +using Robust.Shared.ViewVariables; namespace Content.Server.GameObjects.Components {