1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 20:47:51 +08:00

Resharper cleanup

This commit is contained in:
smoogipoo 2017-12-07 11:10:20 +09:00
parent 0e3b001b13
commit 9597f9d46b

View File

@ -1,15 +1,12 @@
// 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 System.IO;
using System.Linq;
using System.Threading.Tasks;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Game.Beatmaps;
using osu.Game.Graphics.UserInterface;
using osu.Game.IO.Serialization;
namespace osu.Game.Overlays.Settings.Sections.Maintenance
{