From c4f67bb95dfe528d28dc9a386715b41901d656a6 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 5 Jan 2004 19:57:35 +0000 Subject: [PATCH] unneeded header --- stepmania/src/InputMapper.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/InputMapper.cpp b/stepmania/src/InputMapper.cpp index 9f4336da24..2072736c71 100644 --- a/stepmania/src/InputMapper.cpp +++ b/stepmania/src/InputMapper.cpp @@ -20,7 +20,6 @@ #include "PrefsManager.h" #include "RageInput.h" #include "arch/arch.h" -#include "regex.h" InputMapper* INPUTMAPPER = NULL; // global and accessable from anywhere in our program