1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:07:25 +08:00

Remove unnecessary using statement

This commit is contained in:
Dean Herbert 2022-05-21 00:28:17 +09:00
parent 4633eed78c
commit 7dcb88759a

View File

@ -2,7 +2,6 @@
// See the LICENCE file in the repository root for full licence text.
using System;
using System.IO;
using System.Threading;
using System.Threading.Tasks;
using osu.Framework.Allocation;