Remove redundant using directives

This commit is contained in:
TheWildTree
2020-02-16 21:52:08 +01:00
parent 4d180a685a
commit 64a9b9c6fb
4 changed files with 0 additions and 5 deletions

View File

@ -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 osuTK;
using osuTK.Graphics;
using osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;