diff --git a/osu.Desktop.VisualTests/Tests/TestCaseManiaHitObjects.cs b/osu.Desktop.VisualTests/Tests/TestCaseManiaHitObjects.cs
index 010d8e7b48..c66b0b4db4 100644
--- a/osu.Desktop.VisualTests/Tests/TestCaseManiaHitObjects.cs
+++ b/osu.Desktop.VisualTests/Tests/TestCaseManiaHitObjects.cs
@@ -8,7 +8,6 @@ using osu.Game.Rulesets.Mania.Objects;
using osu.Game.Rulesets.Mania.Objects.Drawables;
using OpenTK.Graphics;
using OpenTK;
-using osu.Framework.Graphics.Primitives;
namespace osu.Desktop.VisualTests.Tests
{
diff --git a/osu.Game.Rulesets.Mania/Objects/Drawables/DrawableHoldNote.cs b/osu.Game.Rulesets.Mania/Objects/Drawables/DrawableHoldNote.cs
index 16010536ad..e52fb1362f 100644
--- a/osu.Game.Rulesets.Mania/Objects/Drawables/DrawableHoldNote.cs
+++ b/osu.Game.Rulesets.Mania/Objects/Drawables/DrawableHoldNote.cs
@@ -12,7 +12,6 @@ using OpenTK;
using osu.Framework.Graphics.Containers;
using osu.Game.Rulesets.Mania.Judgements;
using osu.Framework.Extensions.IEnumerableExtensions;
-using osu.Framework.Graphics.Primitives;
namespace osu.Game.Rulesets.Mania.Objects.Drawables
{
diff --git a/osu.Game/Rulesets/Timing/Drawables/DrawableTimingChange.cs b/osu.Game/Rulesets/Timing/Drawables/DrawableTimingChange.cs
index 9aaf7d6ba4..399624b0f7 100644
--- a/osu.Game/Rulesets/Timing/Drawables/DrawableTimingChange.cs
+++ b/osu.Game/Rulesets/Timing/Drawables/DrawableTimingChange.cs
@@ -10,7 +10,6 @@ using osu.Game.Rulesets.Objects;
using osu.Game.Rulesets.Objects.Drawables;
using OpenTK;
using osu.Framework.Caching;
-using osu.Framework.Graphics.Primitives;
namespace osu.Game.Rulesets.Timing.Drawables
{
@@ -87,7 +86,7 @@ namespace osu.Game.Rulesets.Timing.Drawables
///
/// The axes which this container should calculate its size from its children on.
/// Note that this is not the same as , because that would not allow this container
- /// to be relatively sized - desired in the case where the playfield re-defines .
+ /// to be relatively sized - desired in the case where the playfield re-defines .
///
///
public RelativeCoordinateAutoSizingContainer(Axes autoSizingAxes)