Fix usings.

This commit is contained in:
smoogipooo
2017-05-30 17:36:42 +09:00
parent 72fa50f944
commit 7416952eb3
5 changed files with 0 additions and 6 deletions

View File

@ -5,7 +5,6 @@ using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Game.Configuration;
using osu.Game.Graphics.UserInterface;
using osu.Game.Overlays.Settings;
namespace osu.Game.Screens.Play.ReplaySettings
{

View File

@ -3,10 +3,8 @@
using osu.Framework.Allocation;
using osu.Game.Configuration;
using osu.Game.Overlays.Settings;
using osu.Game.Graphics.UserInterface;
using osu.Framework.Graphics;
using osu.Game.Graphics.Sprites;
namespace osu.Game.Screens.Play.ReplaySettings
{

View File

@ -6,7 +6,6 @@ using osu.Game.Graphics.UserInterface;
using System;
using osu.Game.Graphics;
using osu.Framework.Graphics;
using osu.Framework.Input;
using osu.Game.Overlays.Settings;
namespace osu.Game.Screens.Play.ReplaySettings