1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 02:02:53 +08:00

removed unnecessary using

This commit is contained in:
Aergwyn 2017-12-01 22:15:10 +01:00
parent c466296b14
commit e07b85311b

View File

@ -8,7 +8,6 @@ using System.Text;
using osu.Framework.Allocation;
using osu.Framework.Graphics.Shapes;
using osu.Game.Beatmaps;
using osu.Game.Beatmaps.Formats;
using osu.Game.Rulesets;
using osu.Game.Rulesets.Mods;
using osu.Game.Screens.Play;