1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 10:33:30 +08:00

Remove unnecessary using.

This commit is contained in:
Dean Herbert 2017-04-02 17:11:31 +09:00
parent a7f48e0eda
commit 263374a357

View File

@ -3,7 +3,6 @@
using System;
using System.Threading;
using osu.Framework.Allocation;
using osu.Framework.Screens;
using osu.Framework.Graphics;
using osu.Framework.Input;