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

remove unnecessary using

This commit is contained in:
Aergwyn 2017-11-27 20:24:01 +01:00
parent d87235a289
commit c058065a3a

View File

@ -2,7 +2,6 @@
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.EntityFrameworkCore;
using osu.Game.Database;