1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 09:27:29 +08:00

Remove unused usings

This commit is contained in:
AbstractQbit 2021-09-16 01:30:53 +03:00
parent 3cd3e133ce
commit 9057be1a02

View File

@ -4,13 +4,11 @@
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Testing;
using osu.Game.Beatmaps;
using osu.Game.Database;
using osu.Game.Input.Bindings;
using osu.Game.Overlays;
using osu.Game.Screens;
using osu.Game.Tests.Resources;
namespace osu.Game.Tests.Visual.Menus