Remove accidental using directives on transient dependencies. (#18999)

This commit is contained in:
Pieter-Jan Briers
2023-08-11 23:56:40 +02:00
committed by GitHub
parent 75ba8f8a31
commit 73996d17e4
7 changed files with 0 additions and 7 deletions

View File

@@ -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;