Removed unnecessary "using" directives

This commit is contained in:
FreezyLemon
2017-12-07 19:36:56 +01:00
parent 6b0b518fd2
commit e05618a415
6 changed files with 0 additions and 28 deletions

View File

@ -4,7 +4,6 @@
using System.ComponentModel;
using osu.Framework.Allocation;
using osu.Framework.Graphics.Containers;
using osu.Game.Online.API;
using osu.Game.Overlays;
namespace osu.Game.Tests.Visual