1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 16:27:26 +08:00

Remove no longer used using directive

This commit is contained in:
Dean Herbert 2021-02-05 23:08:31 +09:00
parent 0679901e4d
commit 7f82a06a61

View File

@ -4,7 +4,6 @@
using System;
using System.Diagnostics;
using System.Linq;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using osu.Framework.Allocation;