diff --git a/osu.Desktop/Program.cs b/osu.Desktop/Program.cs index 5144ce4076..3f745f3b84 100644 --- a/osu.Desktop/Program.cs +++ b/osu.Desktop/Program.cs @@ -3,7 +3,7 @@ using System; using osu.Framework.Desktop; -using osu.Framework.Framework; +using osu.Framework.OS; using osu.Game; namespace osu.Desktop diff --git a/osu.Game/OsuGame.cs b/osu.Game/OsuGame.cs index c72fb00bb0..c77e4f5c70 100644 --- a/osu.Game/OsuGame.cs +++ b/osu.Game/OsuGame.cs @@ -3,7 +3,6 @@ using System; using System.Collections.Generic; -using osu.Framework.Framework; using osu.Game.Configuration; using osu.Game.GameModes.Menu; using osu.Game.Graphics.Cursor;