diff --git a/stepmania/src/GhostArrowRow.cpp b/stepmania/src/GhostArrowRow.cpp index d971bd712d..8106eedacc 100644 --- a/stepmania/src/GhostArrowRow.cpp +++ b/stepmania/src/GhostArrowRow.cpp @@ -5,7 +5,6 @@ #include "ArrowEffects.h" #include "NoteSkinManager.h" #include "GameState.h" -#include "NoteFieldPositioning.h" #include "Game.h" #include "PlayerState.h" #include "Style.h" diff --git a/stepmania/src/NoteDisplay.cpp b/stepmania/src/NoteDisplay.cpp index 8159b0f050..59d32ec7e0 100644 --- a/stepmania/src/NoteDisplay.cpp +++ b/stepmania/src/NoteDisplay.cpp @@ -6,7 +6,6 @@ #include "RageLog.h" #include "RageDisplay.h" #include "NoteTypes.h" -#include "NoteFieldPositioning.h" #include "ActorUtil.h" #include "Game.h" #include "PlayerState.h" diff --git a/stepmania/src/NoteField.cpp b/stepmania/src/NoteField.cpp index 24f8fd1ff2..215ecd188b 100644 --- a/stepmania/src/NoteField.cpp +++ b/stepmania/src/NoteField.cpp @@ -10,7 +10,6 @@ #include "RageLog.h" #include "RageMath.h" #include "ThemeManager.h" -#include "NoteFieldPositioning.h" #include "NoteSkinManager.h" #include "song.h" #include "ScreenDimensions.h" diff --git a/stepmania/src/Player.cpp b/stepmania/src/Player.cpp index 129b8cb8b2..1f07403950 100644 --- a/stepmania/src/Player.cpp +++ b/stepmania/src/Player.cpp @@ -19,7 +19,6 @@ #include "CombinedLifeMeter.h" #include "PlayerAI.h" #include "NoteField.h" -#include "NoteFieldPositioning.h" #include "NoteDataUtil.h" #include "ScreenMessage.h" #include "ScreenManager.h" diff --git a/stepmania/src/ReceptorArrowRow.cpp b/stepmania/src/ReceptorArrowRow.cpp index b5cb18512e..71b53e2383 100644 --- a/stepmania/src/ReceptorArrowRow.cpp +++ b/stepmania/src/ReceptorArrowRow.cpp @@ -4,7 +4,6 @@ #include "GameConstantsAndTypes.h" #include "ArrowEffects.h" #include "GameState.h" -#include "NoteFieldPositioning.h" #include "PlayerState.h" #include "Style.h"