1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 01:33:20 +08:00

Remove unnecessary using

This commit is contained in:
Dean Herbert 2017-11-21 15:02:16 +09:00
parent 8e63a7dd8d
commit 62dcc316e2

View File

@ -3,7 +3,6 @@
using System;
using System.Diagnostics;
using System.Net.Http;
using osu.Framework.Allocation;
using osu.Framework.Development;
using osu.Framework.Graphics;