1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 11:42:54 +08:00

rm unnecessary usings

This commit is contained in:
mcendu 2020-03-31 12:09:04 +08:00
parent 323146e4a6
commit 3fb044c3b6
No known key found for this signature in database
GPG Key ID: FBCD5D45163D6364

View File

@ -1,10 +1,8 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;