Remove using statements

This commit is contained in:
Dean Herbert 2020-03-06 17:55:57 +09:00
parent 40074f10db
commit 3b0e3cd71a
1 changed files with 0 additions and 2 deletions

View File

@ -3,10 +3,8 @@
using System.ComponentModel;
using System.Linq;
using osu.Game.Beatmaps;
using osu.Game.Rulesets;
using osu.Game.Screens.Play;
using osu.Game.Storyboards;
namespace osu.Game.Tests.Visual.Gameplay
{