1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 10:07:36 +08:00

Removed unnecessary "using" statements

This commit is contained in:
FreezyLemon 2017-12-03 11:16:34 +01:00
parent 735dbddd17
commit c574cc4308

View File

@ -8,11 +8,7 @@ using osu.Framework.Graphics.Containers;
using osu.Framework.Input;
using osu.Game.Graphics;
using osu.Game.Graphics.Sprites;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace osu.Game.Online.Chat
{