1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-06 07:42:55 +08:00

rm unnecessary usings

This commit is contained in:
mcendu 2019-12-26 22:08:46 +08:00
parent 75d1e4cc76
commit 64381bf4b1
No known key found for this signature in database
GPG Key ID: FBCD5D45163D6364

View File

@ -2,13 +2,10 @@
// See the LICENCE file in the repository root for full licence text. // See the LICENCE file in the repository root for full licence text.
using System; using System;
using System.Text.RegularExpressions;
using osu.Framework.Allocation; using osu.Framework.Allocation;
using osu.Framework.Audio; using osu.Framework.Audio;
using osu.Framework.Graphics; using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Textures;
using osu.Framework.IO.Stores;
using osu.Game.Skinning; using osu.Game.Skinning;
using osu.Game.Tests.Visual; using osu.Game.Tests.Visual;