From 5c645350f95413e9b30da343bb97bc9b3c7b224c Mon Sep 17 00:00:00 2001 From: DrabWeb Date: Sun, 19 Mar 2017 00:14:23 -0300 Subject: [PATCH] Formatting --- osu.Game/Users/Country.cs | 1 - osu.Game/Users/Team.cs | 3 --- 2 files changed, 4 deletions(-) diff --git a/osu.Game/Users/Country.cs b/osu.Game/Users/Country.cs index f687350e5b..513d256808 100644 --- a/osu.Game/Users/Country.cs +++ b/osu.Game/Users/Country.cs @@ -6,7 +6,6 @@ using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Sprites; using osu.Framework.Graphics.Textures; -using osu.Game.Graphics.UserInterface; namespace osu.Game.Users { diff --git a/osu.Game/Users/Team.cs b/osu.Game/Users/Team.cs index 361354b8f9..7d5c0322fe 100644 --- a/osu.Game/Users/Team.cs +++ b/osu.Game/Users/Team.cs @@ -1,9 +1,6 @@ // Copyright (c) 2007-2017 ppy Pty Ltd . // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE -using osu.Framework.Graphics.Sprites; -using osu.Game.Graphics.UserInterface; - namespace osu.Game.Users { public class Team