1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-16 10:12:54 +08:00

Remove unnecessary using statement

This commit is contained in:
Dean Herbert 2021-05-25 14:13:58 +09:00
parent 2a87b3d74b
commit 9563b73ea6

View File

@ -7,7 +7,6 @@ using osu.Framework.Allocation;
using osu.Framework.Extensions.IEnumerableExtensions;
using osu.Framework.Graphics;
using osu.Game.Database;
using osu.Game.Graphics;
using osu.Game.Graphics.UserInterface;
using osu.Game.Input.Bindings;
using osu.Game.Overlays.Settings;