1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 14:52:57 +08:00

Remove unnecessary using statements

This commit is contained in:
Dean Herbert 2019-04-28 01:08:14 +09:00
parent fa340a9eff
commit 27ba89444e

View File

@ -12,8 +12,6 @@ using osu.Game.Graphics;
using osu.Game.Graphics.UserInterface;
using osu.Game.Overlays.Profile.Header;
using osu.Game.Users;
using Humanizer;
using osu.Framework.Graphics.Effects;
namespace osu.Game.Overlays.Profile
{