Remove unused using statement

This commit is contained in:
Dean Herbert 2022-02-14 18:01:56 +09:00
parent b9d9fc56af
commit 3aa5908de8

View File

@ -3,7 +3,6 @@
using osu.Framework.Allocation;
using osu.Framework.Graphics.Containers;
using osu.Game.Overlays;
namespace osu.Game.Graphics.Containers
{