Remove unnecessary using statements

This commit is contained in:
Thomas Müller
2017-02-23 21:38:10 +01:00
parent c3ab467e24
commit a5dfa7ab06
121 changed files with 3 additions and 305 deletions

View File

@ -2,15 +2,10 @@
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Game;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using osu.Framework.Platform;
using osu.Framework.Desktop.Platform;
using osu.Game.Database;
using osu.Desktop.Overlays;
using System.Reflection;
using System.Drawing;