Remove unused using directive

This commit is contained in:
Bartłomiej Dach 2022-05-06 13:08:54 +02:00
parent 88c190f3e3
commit a915b7333c
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497
1 changed files with 0 additions and 1 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 osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Caching;
using osu.Framework.Extensions.EnumExtensions;