1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 06:12:56 +08:00

remove not needed usings

This commit is contained in:
miterosan 2018-08-24 22:33:14 +02:00
parent 8b016f05e6
commit 726a510189

View File

@ -2,9 +2,7 @@
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;
using System.Linq;
using System.Collections.Generic;
using osu.Framework.Extensions.IEnumerableExtensions;
using osu.Framework.Graphics;
using osu.Game.Graphics;
using osu.Game.Rulesets.Mods;