1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 05:32:54 +08:00

Remove forgotten using statement

This commit is contained in:
Dean Herbert 2021-11-30 15:41:07 +09:00
parent a943089be2
commit 0efd565c8b

View File

@ -2,7 +2,6 @@
// See the LICENCE file in the repository root for full licence text. // See the LICENCE file in the repository root for full licence text.
using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using osu.Game.Database; using osu.Game.Database;
using osu.Game.IO; using osu.Game.IO;