Remove unused usings

This commit is contained in:
smoogipoo
2018-11-28 16:33:42 +09:00
parent a783fdb501
commit 09b79d736b
19 changed files with 3 additions and 17 deletions

View File

@ -1,6 +1,7 @@
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System.Linq;
using osuTK;
using osuTK.Graphics;
using osu.Framework.Allocation;