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

@ -5,11 +5,9 @@ using System.Collections.Generic;
using osu.Framework.Graphics;
using osu.Framework.Screens.Testing;
using osu.Framework.MathUtils;
using osu.Framework.Timing;
using osu.Game.Overlays;
using System.Linq;
using osu.Game.Overlays.Notifications;
using osu.Game.Screens.Backgrounds;
namespace osu.Desktop.VisualTests.Tests
{