clean up dependencies

This commit is contained in:
Glenn Maynard
2003-06-29 07:02:03 +00:00
parent 5ce81c8fc0
commit 480fa64436
2 changed files with 2 additions and 2 deletions
+1
View File
@@ -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
+1 -2
View File
@@ -9,9 +9,8 @@
*/
#include "RageInputDevice.h"
#include "SDL_utils.h"
#include "arch/arch.h"
class InputHandler;
class RageInput
{
vector<InputHandler *> Devices;