1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Remove unnecessary library

This commit is contained in:
wltu 2019-12-17 13:18:20 -08:00
parent 8aeef3f59a
commit 4646524bf9

View File

@ -15,8 +15,6 @@ using osu.Game.Rulesets;
using osu.Game.Rulesets.Mods;
using osu.Game.Scoring;
using osu.Framework.Graphics.UserInterface;
namespace osu.Game.Screens.Select.Leaderboards
{
public class BeatmapLeaderboard : Leaderboard<BeatmapLeaderboardScope, ScoreInfo>