diff --git a/stepmania/src/ScreenRanking.h b/stepmania/src/ScreenRanking.h index c3fe289a55..dc3326f1fb 100644 --- a/stepmania/src/ScreenRanking.h +++ b/stepmania/src/ScreenRanking.h @@ -12,11 +12,11 @@ #include "ScreenAttract.h" #include "GameConstantsAndTypes.h" // for NUM_RANKING_LINES #include "Style.h" - +#include "Sprite.h" +#include "BitmapText.h" class Course; - class ScreenRanking : public ScreenAttract { public: diff --git a/stepmania/src/ScreenUnlock.h b/stepmania/src/ScreenUnlock.h index a3dc9bc807..32d541959e 100644 --- a/stepmania/src/ScreenUnlock.h +++ b/stepmania/src/ScreenUnlock.h @@ -10,15 +10,15 @@ ----------------------------------------------------------------------------- */ #include "ScreenAttract.h" -#include "GameConstantsAndTypes.h" // for NUM_RANKING_LINES #include "Style.h" #include "ActorUtil.h" +#include "Sprite.h" +#include "BitmapText.h" #define NUM_UNLOCKS 30 class Course; - class ScreenUnlock : public ScreenAttract { public: