Remove unused usings

This commit is contained in:
smoogipoo
2018-11-28 16:33:42 +09:00
parent a783fdb501
commit 09b79d736b
19 changed files with 3 additions and 17 deletions

View File

@ -5,9 +5,11 @@ using System;
using System.Collections.Generic;
using Newtonsoft.Json;
using osu.Game.Beatmaps;
using osu.Game.Rulesets;
using osu.Game.Rulesets.Mods;
using osu.Game.Users;
using osu.Game.Rulesets.Replays;
using osu.Game.Rulesets.Scoring;
namespace osu.Game.Scoring
{