1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 19:42:55 +08:00

Remove now unnecessary using

This commit is contained in:
Berkan Diler 2022-12-26 22:50:36 +01:00
parent fcbb21c75e
commit 335cb0205f

View File

@ -3,7 +3,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;