From 480fa64436af8200b9a6a9fb69060ff16cdea285 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 29 Jun 2003 07:02:03 +0000 Subject: [PATCH] clean up dependencies --- stepmania/src/RageInput.cpp | 1 + stepmania/src/RageInput.h | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/RageInput.cpp b/stepmania/src/RageInput.cpp index 2120d12a9f..e98e1c258d 100644 --- a/stepmania/src/RageInput.cpp +++ b/stepmania/src/RageInput.cpp @@ -13,6 +13,7 @@ #include "RageInput.h" #include "RageLog.h" #include "RageException.h" +#include "arch/arch.h" #include "arch/InputHandler/InputHandler.h" RageInput* INPUTMAN = NULL; // globally accessable input device diff --git a/stepmania/src/RageInput.h b/stepmania/src/RageInput.h index bde00cd15d..b02fa92850 100644 --- a/stepmania/src/RageInput.h +++ b/stepmania/src/RageInput.h @@ -9,9 +9,8 @@ */ #include "RageInputDevice.h" -#include "SDL_utils.h" -#include "arch/arch.h" +class InputHandler; class RageInput { vector Devices;