Fix namespacing

This commit is contained in:
Dean Herbert 2018-09-25 04:21:48 +09:00
parent 2bba426622
commit 492cdb6a05
2 changed files with 2 additions and 7 deletions

View File

@ -4,9 +4,8 @@
using osu.Framework.Graphics; using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Containers;
using osu.Game.Graphics.Sprites; using osu.Game.Graphics.Sprites;
using osu.Game.Tournament.Screens.Ladder.Components;
namespace osu.Game.Tournament.Screens.Ladder namespace osu.Game.Tournament.Screens.Ladder.Components
{ {
public class DrawableTournamentGrouping : CompositeDrawable public class DrawableTournamentGrouping : CompositeDrawable
{ {

View File

@ -1,12 +1,8 @@
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System.Collections.Generic; using System.Collections.Generic;
using osu.Framework.Configuration; using osu.Framework.Configuration;
using osu.Game.Tournament.Components; using osu.Game.Tournament.Components;
using osu.Game.Tournament.Screens.Ladder.Components;
namespace osu.Game.Tournament.Screens.Ladder namespace osu.Game.Tournament.Screens.Ladder.Components
{ {
public class LadderEditorInfo public class LadderEditorInfo
{ {