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

Remove unnecessary using directive

This commit is contained in:
Salman Ahmed 2020-04-23 05:33:28 +03:00
parent 278c3795e4
commit 6376128bde
No known key found for this signature in database
GPG Key ID: ED81FD33FD9B58BC

View File

@ -4,7 +4,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Graphics.Containers;
using osu.Game.Beatmaps;
using osu.Game.Rulesets.Catch.Difficulty.Preprocessing;
using osu.Game.Rulesets.Catch.Difficulty.Skills;