Move namespace under Overlays.

This commit is contained in:
Huo Yaoyuan
2017-06-16 16:36:23 +08:00
parent af4ddf8fbd
commit 6372cd0a13
12 changed files with 23 additions and 22 deletions

View File

@ -13,8 +13,8 @@ using osu.Game.Graphics.Containers;
using osu.Game.Graphics.UserInterface;
using osu.Game.Online.API;
using osu.Game.Online.API.Requests;
using osu.Game.Overlays.Profile;
using osu.Game.Users;
using osu.Game.Users.Profile;
namespace osu.Game.Overlays
{