1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 19:27:26 +08:00

Fix appveyor issues.

This commit is contained in:
Dean Herbert 2017-04-17 19:52:07 +09:00
parent af13f97435
commit fe0d18777e
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49
2 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
// 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.Linq;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Game.Overlays.Mods;

View File

@ -3,7 +3,6 @@
using System.Collections.Generic;
using osu.Desktop.VisualTests.Platform;
using osu.Framework.Allocation;
using osu.Framework.Testing;
using osu.Framework.MathUtils;
using osu.Game.Database;