1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-17 18:13:18 +08:00

remove unnecessary using statements

This commit is contained in:
Liam DeVoe
2020-03-22 22:50:52 -04:00
Unverified
parent 481031b207
commit afe7397d89
2 changed files with 0 additions and 2 deletions
@@ -1,7 +1,6 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Linq;
using osu.Framework.Bindables;
using osu.Game.Beatmaps;
@@ -1,7 +1,6 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Linq;
using osu.Framework.Bindables;
using osu.Game.Beatmaps;