Remove unused usings

This commit is contained in:
smoogipoo
2017-10-12 15:32:18 +09:00
parent df6409308a
commit 6fbf52c3eb
4 changed files with 1 additions and 5 deletions

View File

@ -8,7 +8,6 @@ using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Game.Overlays;
using osu.Game.Screens.Edit.Screens.Compose;
using osu.Game.Screens.Edit.Screens.Compose.Timeline;
namespace osu.Game.Tests.Visual