Remove Extraneous Using Statement

- System.Collections.Generic was leftover from a previous attempt
This commit is contained in:
Brayzure 2017-11-20 20:25:14 -05:00
parent da30d76f9b
commit 6d74fd254c
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
using System;
using System.Diagnostics;
using System.Collections.Generic;
using osu.Framework.Configuration;
using osu.Game.Beatmaps;
using osu.Game.Rulesets.Judgements;