Apply CI fixes.

This commit is contained in:
Dean Herbert
2017-05-04 23:32:27 +09:00
parent 153951d3dd
commit 98b3b82c07
14 changed files with 5 additions and 33 deletions

View File

@ -1,11 +1,9 @@
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Game.Graphics;
using osu.Game.Graphics.Sprites;
namespace osu.Game.Overlays.Options
{