Remove unnecessary using

This commit is contained in:
TheWildTree 2020-01-30 21:39:06 +01:00
parent a3877cc29e
commit c38dc81535
1 changed files with 0 additions and 2 deletions

View File

@ -6,9 +6,7 @@
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;
using osu.Game.Graphics;
using osu.Game.Graphics.Containers;
using osuTK.Graphics;
namespace osu.Game.Overlays.Profile.Header.Components
{